Uses of Class
org.robovm.apple.foundation.MatrixFloat3x4
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.foundation | |
| org.robovm.apple.gameplaykit | |
| org.robovm.apple.spritekit | |
| org.robovm.apple.vision |
-
Uses of MatrixFloat3x4 in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return MatrixFloat3x4 Modifier and Type Method Description MatrixFloat3x4AVCameraCalibrationData. getIntrinsicMatrix() -
Uses of MatrixFloat3x4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return MatrixFloat3x4 Modifier and Type Method Description MatrixFloat3x4MatrixFloat3x4. setC1(VectorFloat4 column1)MatrixFloat3x4MatrixFloat3x4. setC2(VectorFloat4 column2)MatrixFloat3x4MatrixFloat3x4. setC3(VectorFloat4 column3) -
Uses of MatrixFloat3x4 in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return MatrixFloat3x4 Modifier and Type Method Description MatrixFloat3x4GKAgent3D. getRotation()Methods in org.robovm.apple.gameplaykit with parameters of type MatrixFloat3x4 Modifier and Type Method Description voidGKAgent3D. setRotation(MatrixFloat3x4 v) -
Uses of MatrixFloat3x4 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return MatrixFloat3x4 Modifier and Type Method Description MatrixFloat3x4SKUniform. getMatrixFloat3x3Value()MatrixFloat3x4SKTransformNode. rotationMatrix()Methods in org.robovm.apple.spritekit with parameters of type MatrixFloat3x4 Modifier and Type Method Description protected longSKUniform. init(String name, MatrixFloat3x4 value)voidSKUniform. setMatrixFloat3x3Value(MatrixFloat3x4 v)voidSKTransformNode. setRotationMatrix(MatrixFloat3x4 rotationMatrix)Constructors in org.robovm.apple.spritekit with parameters of type MatrixFloat3x4 Constructor Description SKUniform(String name, MatrixFloat3x4 value) -
Uses of MatrixFloat3x4 in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return MatrixFloat3x4 Modifier and Type Method Description MatrixFloat3x4VNImageHomographicAlignmentObservation. getWarpTransform()