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

NameTypeAccessDescription
identityFMatrix4ReadGets the identity.

Methods

SignatureDescription
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()FMatrix4Returns the identity.
concatenate(m2: FMatrix4)FMatrix4Calls concatenate(m2) on this FMatrix4 instance.
transpose()FMatrix4Calls transpose on this FMatrix4 instance.
inverse()FMatrix4Calls inverse on this FMatrix4 instance.
mul(right: FMatrix4)FMatrix4Calls mul(right) on this FMatrix4 instance.
mul(lhs: FMatrix4, v: float)FMatrix4Calls mul(lhs, v) on this FMatrix4 instance.
op_eq(left: FMatrix4, right: FMatrix4)booleanCalls op_eq(left, right) on this FMatrix4 instance.
op_ne(left: FMatrix4, right: FMatrix4)booleanCalls op_ne(left, right) on this FMatrix4 instance.
equals(obj: Object)booleanCalls equals(obj) on this FMatrix4 instance.
hashCode()intCalls hashCode on this FMatrix4 instance.
mul(m: FMatrix4, v: FVector3)FVector3Calls mul(m, v) on this FMatrix4 instance.

See Also

 English