Package org.robovm.apple.foundation
Class MatrixFloat3x2
- All Implemented Interfaces:
Iterable<MatrixFloat3x2>
public class MatrixFloat3x2 extends Struct<MatrixFloat3x2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixFloat3x2.MatrixFloat3x2PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MatrixFloat3x2()MatrixFloat3x2(VectorFloat2[] columns) -
Method Summary
Modifier and Type Method Description VectorFloat2getC1()VectorFloat2getC2()VectorFloat2getC3()voidset(VectorFloat2[] columns)voidset(VectorFloat2 c1, VectorFloat2 c2, VectorFloat2 c3)MatrixFloat3x2setC1(VectorFloat2 column1)MatrixFloat3x2setC2(VectorFloat2 column2)MatrixFloat3x2setC3(VectorFloat2 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
-
MatrixFloat3x2
public MatrixFloat3x2() -
MatrixFloat3x2
-
-
Method Details
-
getC1
-
setC1
-
getC2
-
setC2
-
getC3
-
setC3
-
set
-
set
-