public final class Matrix4f
extends java.lang.Object
Constructor and Description |
---|
Matrix4f() |
Matrix4f(Quaternion quaternionIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
float |
get(int col,
int row) |
int |
hashCode() |
static Matrix4f |
orthographic(float width,
float height,
float nearPlane,
float farPlane) |
static Matrix4f |
perspective(double fov,
float aspectRatio,
float nearPlane,
float farPlane) |
void |
read(java.nio.FloatBuffer floatBufferIn) |
void |
read(java.nio.FloatBuffer floatBufferIn,
boolean transposeIn) |
void |
set(int col,
int row,
float val) |
java.lang.String |
toString() |
void |
write(java.nio.FloatBuffer floatBufferIn) |
void |
write(java.nio.FloatBuffer floatBufferIn,
boolean transposeIn) |
public Matrix4f()
public Matrix4f(Quaternion quaternionIn)
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void read(java.nio.FloatBuffer floatBufferIn)
public void read(java.nio.FloatBuffer floatBufferIn, boolean transposeIn)
public java.lang.String toString()
toString
in class java.lang.Object
public void write(java.nio.FloatBuffer floatBufferIn)
public void write(java.nio.FloatBuffer floatBufferIn, boolean transposeIn)
public float get(int col, int row)
public void set(int col, int row, float val)
public static Matrix4f perspective(double fov, float aspectRatio, float nearPlane, float farPlane)
public static Matrix4f orthographic(float width, float height, float nearPlane, float farPlane)