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

gnu.util.Matrix3f Maven / Gradle / Ivy

Go to download

Escher is a collection of libraries for X Window System written purely in Java.

The newest version!
package gnu.util;


/** 
 * 3-by-3 matrix of float in mathematics.
 *
 * Modified from vecmath by Kenji Hiranabe.
 */
public class Matrix3f {
  public float [] m = new float [9];
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy