Package org.robovm.apple.glkit
Class GLKMatrix2
- All Implemented Interfaces:
Iterable<GLKMatrix2>
public class GLKMatrix2 extends Struct<GLKMatrix2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGLKMatrix2.GLKMatrix2Ptr -
Constructor Summary
Constructors Constructor Description GLKMatrix2()GLKMatrix2(FloatBuffer m2, FloatBuffer m) -
Method Summary
Modifier and Type Method Description static GLKMatrix2create(float[] m)FloatBuffergetM()FloatBuffergetM2()GLKMatrix2setM(FloatBuffer m)GLKMatrix2setM2(FloatBuffer m2)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
-
Constructor Details
-
GLKMatrix2
public GLKMatrix2() -
GLKMatrix2
-
-
Method Details