Uses of Class
org.robovm.apple.foundation.MatrixFloat2x4
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.spritekit |
-
Uses of MatrixFloat2x4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return MatrixFloat2x4 Modifier and Type Method Description MatrixFloat2x4MatrixFloat2x4. setC1(VectorFloat4 column1)MatrixFloat2x4MatrixFloat2x4. setC2(VectorFloat4 column2) -
Uses of MatrixFloat2x4 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return MatrixFloat2x4 Modifier and Type Method Description MatrixFloat2x4SKUniform. getMatrixFloat2x2Value()Methods in org.robovm.apple.spritekit with parameters of type MatrixFloat2x4 Modifier and Type Method Description protected longSKUniform. init(String name, MatrixFloat2x4 value)voidSKUniform. setMatrixFloat2x2Value(MatrixFloat2x4 v)Constructors in org.robovm.apple.spritekit with parameters of type MatrixFloat2x4 Constructor Description SKUniform(String name, MatrixFloat2x4 value)