Mme F4
Vue de l’ensemble
‘FMatrix4’ est une classe dans Aspose.3D FOSS pour Java.
Cette classe fournit 14 méthodes pour travailler avec des objets FMatrix4 dans les programmes Java. Les méthodologies disponibles comprennent: FMatriX4, concatenate, equals, 'getIdentity',hashCode,, inverse mul 'op_eq et op-ne. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.3D FOSS pour le package Java . Propriétés : identité .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
identity | FMatrix4 | Read | Gets the identity. |
méthodes
| 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. |
Voir aussi
- Aspose.3D - référence API d’entreprise