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.MatrixDouble4x4Ptr -
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, wrap