Package org.robovm.apple.coremotion
Class CMRotationMatrix
- All Implemented Interfaces:
Iterable<CMRotationMatrix>
public class CMRotationMatrix extends Struct<CMRotationMatrix>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMRotationMatrix.CMRotationMatrixPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CMRotationMatrix()CMRotationMatrix(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33) -
Method Summary
Modifier and Type Method Description doublegetM11()doublegetM12()doublegetM13()doublegetM21()doublegetM22()doublegetM23()doublegetM31()doublegetM32()doublegetM33()CMRotationMatrixsetM11(double m11)CMRotationMatrixsetM12(double m12)CMRotationMatrixsetM13(double m13)CMRotationMatrixsetM21(double m21)CMRotationMatrixsetM22(double m22)CMRotationMatrixsetM23(double m23)CMRotationMatrixsetM31(double m31)CMRotationMatrixsetM32(double m32)CMRotationMatrixsetM33(double m33)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CMRotationMatrix
public CMRotationMatrix() -
CMRotationMatrix
public CMRotationMatrix(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33)
-
-
Method Details
-
getM11
public double getM11() -
setM11
-
getM12
public double getM12() -
setM12
-
getM13
public double getM13() -
setM13
-
getM21
public double getM21() -
setM21
-
getM22
public double getM22() -
setM22
-
getM23
public double getM23() -
setM23
-
getM31
public double getM31() -
setM31
-
getM32
public double getM32() -
setM32
-
getM33
public double getM33() -
setM33
-