FMatrix4
Overview
FMatrix4 is a class in Aspose.3D FOSS for Java.
Inherits from: Serializable.
This class provides 14 methods for working with FMatrix4 objects in Java programs.
Available methods include: FMatrix4, concatenate, equals, getIdentity, hashCode, inverse, mul, op_eq, op_ne, transpose.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: identity.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
identity | FMatrix4 | Read | Gets the identity. |
Methods
| Signature | Description |
|---|---|
FMatrix4() | Calls FMatrix4 on this FMatrix4 instance. |
FMatrix4(m00: float, m01: float, m02: float, m03: float, m10: float, m11: float, m12: float, m13: float, m20: float, m21: float, m22: float, m23: float, m30: float, m31: float, m32: float, m33: float) | Calls FMatrix4(m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33) on this FMatrix4 instance. |
FMatrix4(mat: Matrix4) | Calls FMatrix4(mat) on this FMatrix4 instance. |
getIdentity() → FMatrix4 | Returns the identity. |
concatenate(m2: FMatrix4) → FMatrix4 | Calls concatenate(m2) on this FMatrix4 instance. |
transpose() → FMatrix4 | Calls transpose on this FMatrix4 instance. |
inverse() → FMatrix4 | Calls inverse on this FMatrix4 instance. |
mul(right: FMatrix4) → FMatrix4 | Calls mul(right) on this FMatrix4 instance. |
mul(lhs: FMatrix4, v: float) → FMatrix4 | Calls mul(lhs, v) on this FMatrix4 instance. |
op_eq(left: FMatrix4, right: FMatrix4) → boolean | Calls op_eq(left, right) on this FMatrix4 instance. |
op_ne(left: FMatrix4, right: FMatrix4) → boolean | Calls op_ne(left, right) on this FMatrix4 instance. |
equals(obj: Object) → boolean | Calls equals(obj) on this FMatrix4 instance. |
hashCode() → int | Calls hashCode on this FMatrix4 instance. |
mul(m: FMatrix4, v: FVector3) → FVector3 | Calls mul(m, v) on this FMatrix4 instance. |