mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-14 04:30:44 +01:00
27 lines
324 B
Java
27 lines
324 B
Java
|
|
/**
|
||
|
|
* (C) 2002 Shaven Puppy Ltd
|
||
|
|
*
|
||
|
|
* Matrix2f.java Created on Aug 1, 2002 by foo
|
||
|
|
*/
|
||
|
|
package org.lwjgl.vector;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* (C) 2002 JGL.org
|
||
|
|
*
|
||
|
|
* Matrix2f.java Created on Aug 1, 2002 by foo
|
||
|
|
*/
|
||
|
|
/**
|
||
|
|
*
|
||
|
|
* @author foo
|
||
|
|
*/
|
||
|
|
public class Matrix2f {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor for Matrix2f.
|
||
|
|
*/
|
||
|
|
public Matrix2f() {
|
||
|
|
super();
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|