Uses of Class
com.aspose.threed.FMatrix4
-
-
Uses of FMatrix4 in com.aspose.threed
Fields in com.aspose.threed declared as FMatrix4 Modifier and Type Field Description static FMatrix4
FMatrix4. IDENTITY
The identity matrixMethods in com.aspose.threed that return FMatrix4 Modifier and Type Method Description FMatrix4
FMatrix4. clone()
FMatrix4
FMatrix4. concatenate(FMatrix4 m2)
Concatenates the two matricesFMatrix4
FMatrix4. concatenate(Matrix4 m2)
Concatenates the two matricesstatic FMatrix4
FMatrix4. mul(FMatrix4 left, FMatrix4 right)
Concatenate the two matricesFMatrix4
FMatrix4. transpose()
Transposes this instance.Methods in com.aspose.threed with parameters of type FMatrix4 Modifier and Type Method Description FMatrix4
FMatrix4. concatenate(FMatrix4 m2)
Concatenates the two matricesvoid
FMatrix4. copyFrom(FMatrix4 src)
static FMatrix4
FMatrix4. mul(FMatrix4 left, FMatrix4 right)
Concatenate the two matrices
-