public final class FMatrix3 extends java.lang.Object implements com.aspose.threed.Struct<FMatrix3>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static FMatrix3 |
IDENTITY
The identity matrix
|
float |
m00
The m00.
|
float |
m01
The m01.
|
float |
m02
The m02.
|
float |
m10
The m10.
|
float |
m11
The m11.
|
float |
m12
The m12.
|
float |
m20
The m20.
|
float |
m21
The m21.
|
float |
m22
The m22.
|
Constructor and Description |
---|
FMatrix3() |
FMatrix3(float m00,
float m01,
float m02,
float m10,
float m11,
float m12,
float m20,
float m21,
float m22)
Initialize the instance of
FMatrix3 |
FMatrix3(FMatrix4 mat)
|
FMatrix3(Matrix4 mat)
|
Modifier and Type | Method and Description |
---|---|
FMatrix3 |
clone() |
void |
copyFrom(FMatrix3 src) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public float m00
public float m01
public float m02
public float m10
public float m11
public float m12
public float m20
public float m21
public float m22
public static final FMatrix3 IDENTITY
public FMatrix3(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22)
FMatrix3
m00
- m01
- m02
- m10
- m11
- m12
- m20
- m21
- m22
- public FMatrix3(FMatrix4 mat)
mat
- public FMatrix3(Matrix4 mat)
mat
- public FMatrix3()
public FMatrix3 clone()
clone
in interface com.aspose.threed.Struct<FMatrix3>
clone
in class java.lang.Object
public void copyFrom(FMatrix3 src)
copyFrom
in interface com.aspose.threed.Struct<FMatrix3>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object