public final class Matrix4f
extends java.lang.Object
Constructor and Description |
---|
Matrix4f() |
Matrix4f(Matrix4f matrixIn) |
Matrix4f(Quaternion quaternionIn) |
Modifier and Type | Method and Description |
---|---|
void |
add(Matrix4f p_195880_1_) |
boolean |
equals(java.lang.Object p_equals_1_) |
void |
func_195887_c() |
float |
get(int col,
int row) |
int |
hashCode() |
void |
mul(Matrix4f p_195882_1_) |
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 |
scale(float p_195875_1_) |
void |
set(int col,
int row,
float val) |
void |
setIdentity() |
void |
sub(Matrix4f p_195886_1_) |
java.lang.String |
toString() |
float |
trace() |
void |
write(java.nio.FloatBuffer floatBufferIn) |
void |
write(java.nio.FloatBuffer floatBufferIn,
boolean transposeIn) |
public Matrix4f()
public Matrix4f(Quaternion quaternionIn)
public Matrix4f(Matrix4f matrixIn)
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 void setIdentity()
public float get(int col, int row)
public void set(int col, int row, float val)
public void mul(Matrix4f p_195882_1_)
public void scale(float p_195875_1_)
public void add(Matrix4f p_195880_1_)
public void sub(Matrix4f p_195886_1_)
public float trace()
public void func_195887_c()
public static Matrix4f perspective(double fov, float aspectRatio, float nearPlane, float farPlane)
public static Matrix4f orthographic(float width, float height, float nearPlane, float farPlane)