Uses of Class
org.robovm.apple.glkit.GLKMatrix2
| Package | Description |
|---|---|
| org.robovm.apple.glkit | |
| org.robovm.apple.spritekit |
-
Uses of GLKMatrix2 in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return GLKMatrix2 Modifier and Type Method Description static GLKMatrix2GLKMatrix2. create(float[] m)GLKMatrix2GLKMatrix3. getMatrix2()ported from GLKMatrix3GetMatrix2GLKMatrix2GLKMatrix4. getMatrix2()ported from GLKMatrix4GetMatrix2GLKMatrix2GLKMatrixStack. getMatrix2()GLKMatrix2GLKMatrix2. setM(FloatBuffer m)GLKMatrix2GLKMatrix2. setM2(FloatBuffer m2) -
Uses of GLKMatrix2 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return GLKMatrix2 Modifier and Type Method Description GLKMatrix2SKUniform. getFloatMatrix2Value()Deprecated.Deprecated in iOS 10.0.Methods in org.robovm.apple.spritekit with parameters of type GLKMatrix2 Modifier and Type Method Description protected longSKUniform. init(String name, GLKMatrix2 value)Deprecated.Deprecated in iOS 10.0.voidSKUniform. setFloatMatrix2Value(GLKMatrix2 v)Deprecated.Deprecated in iOS 10.0.Constructors in org.robovm.apple.spritekit with parameters of type GLKMatrix2 Constructor Description SKUniform(String name, GLKMatrix2 value)Deprecated.Deprecated in iOS 10.0.