Package org.robovm.apple.foundation
Class MatrixDouble4x4
- All Implemented Interfaces:
Iterable<MatrixDouble4x4>
public class MatrixDouble4x4 extends Struct<MatrixDouble4x4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixDouble4x4.MatrixDouble4x4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MatrixDouble4x4()MatrixDouble4x4(VectorDouble4[] columns) -
Method Summary
Modifier and Type Method Description VectorDouble4getC1()VectorDouble4getC2()VectorDouble4getC3()VectorDouble4getC4()voidset(VectorDouble4[] columns)voidset(VectorDouble4 c1, VectorDouble4 c2, VectorDouble4 c3, VectorDouble4 c4)MatrixDouble4x4setC1(VectorDouble4 column1)MatrixDouble4x4setC2(VectorDouble4 column2)MatrixDouble4x4setC3(VectorDouble4 column3)MatrixDouble4x4setC4(VectorDouble4 column4)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
-
MatrixDouble4x4
public MatrixDouble4x4() -
MatrixDouble4x4
-
-
Method Details
-
getC1
-
setC1
-
getC2
-
setC2
-
getC3
-
setC3
-
getC4
-
setC4
-
set
-
set
-