All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jeometry.math.Matrix4x4 Maven / Gradle / Ivy

package org.jeometry.math;

import org.jeometry.Geometry;

/**
 * This interface describe a matrix made of 4 rows and 4 columns.
 * @author Julien Seinturier - COMEX S.A. - [email protected] - https://github.com/jorigin/jeometry
 * @version {@value Geometry#version} b{@value Geometry#BUILD}
 * @since 1.0.0
 */
public interface Matrix4x4 extends Matrix {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy