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

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

There is a newer version: 1.0.5
Show newest version
package org.jeometry.math;

import org.jeometry.Jeometry;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy