Package com.banuba.sdk.scene
Class Mat4x4
- java.lang.Object
-
- com.banuba.sdk.scene.Mat4x4
-
public final class Mat4x4 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Mat4x4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getM11()
float
getM12()
float
getM13()
float
getM14()
float
getM21()
float
getM22()
float
getM23()
float
getM24()
float
getM31()
float
getM32()
float
getM33()
float
getM34()
float
getM41()
float
getM42()
float
getM43()
float
getM44()
java.lang.String
toString()
-
-
-
Method Detail
-
getM11
public float getM11()
-
getM12
public float getM12()
-
getM13
public float getM13()
-
getM14
public float getM14()
-
getM21
public float getM21()
-
getM22
public float getM22()
-
getM23
public float getM23()
-
getM24
public float getM24()
-
getM31
public float getM31()
-
getM32
public float getM32()
-
getM33
public float getM33()
-
getM34
public float getM34()
-
getM41
public float getM41()
-
getM42
public float getM42()
-
getM43
public float getM43()
-
getM44
public float getM44()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-