Package org.robovm.apple.foundation
Class MatrixFloat3x3
- All Implemented Interfaces:
Iterable<MatrixFloat3x3>
public class MatrixFloat3x3 extends Struct<MatrixFloat3x3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixFloat3x3.MatrixFloat3x3PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MatrixFloat3x3()MatrixFloat3x3(VectorFloat3[] columns) -
Method Summary
Modifier and Type Method Description VectorFloat3getC1()VectorFloat3getC2()VectorFloat3getC3()voidset(VectorFloat3[] columns)voidset(VectorFloat3 c1, VectorFloat3 c2, VectorFloat3 c3)MatrixFloat3x3setC1(VectorFloat3 column1)MatrixFloat3x3setC2(VectorFloat3 column2)MatrixFloat3x3setC3(VectorFloat3 column3)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
-
MatrixFloat3x3
public MatrixFloat3x3() -
MatrixFloat3x3
-
-
Method Details
-
getC1
-
setC1
-
getC2
-
setC2
-
getC3
-
setC3
-
set
-
set
-