Package org.robovm.apple.foundation
Class MatrixFloat2x4
- All Implemented Interfaces:
Iterable<MatrixFloat2x4>
public class MatrixFloat2x4 extends Struct<MatrixFloat2x4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixFloat2x4.MatrixFloat2x4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MatrixFloat2x4()MatrixFloat2x4(VectorFloat4[] columns) -
Method Summary
Modifier and Type Method Description VectorFloat4getC1()VectorFloat4getC2()voidset(VectorFloat4[] columns)voidset(VectorFloat4 c1, VectorFloat4 c2)MatrixFloat2x4setC1(VectorFloat4 column1)MatrixFloat2x4setC2(VectorFloat4 column2)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
-
MatrixFloat2x4
public MatrixFloat2x4() -
MatrixFloat2x4
-
-
Method Details
-
getC1
-
setC1
-
getC2
-
setC2
-
set
-
set
-