Uses of Class
org.robovm.apple.foundation.VectorFloat4
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.metalps | |
| org.robovm.apple.modelio | |
| org.robovm.apple.scenekit | |
| org.robovm.apple.spritekit |
-
Uses of VectorFloat4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorFloat4 Modifier and Type Method Description VectorFloat4MatrixFloat2x4. getC1()VectorFloat4MatrixFloat3x4. getC1()VectorFloat4MatrixFloat4x4. getC1()VectorFloat4MatrixFloat2x4. getC2()VectorFloat4MatrixFloat3x4. getC2()VectorFloat4MatrixFloat4x4. getC2()VectorFloat4MatrixFloat3x4. getC3()VectorFloat4MatrixFloat4x4. getC3()VectorFloat4MatrixFloat4x4. getC4()VectorFloat4VectorFloat4. setW(float y)VectorFloat4VectorFloat4. setX(float x)VectorFloat4VectorFloat4. setY(float y)VectorFloat4VectorFloat4. setZ(float y)Methods in org.robovm.apple.foundation with parameters of type VectorFloat4 Modifier and Type Method Description voidMatrixFloat2x4. set(VectorFloat4[] columns)voidMatrixFloat2x4. set(VectorFloat4 c1, VectorFloat4 c2)voidMatrixFloat3x4. set(VectorFloat4[] columns)voidMatrixFloat3x4. set(VectorFloat4 c1, VectorFloat4 c2, VectorFloat4 c3)voidMatrixFloat4x4. set(VectorFloat4[] columns)voidMatrixFloat4x4. set(VectorFloat4 c1, VectorFloat4 c2, VectorFloat4 c3, VectorFloat4 c4)MatrixFloat2x4MatrixFloat2x4. setC1(VectorFloat4 column1)MatrixFloat3x4MatrixFloat3x4. setC1(VectorFloat4 column1)MatrixFloat4x4MatrixFloat4x4. setC1(VectorFloat4 column1)MatrixFloat2x4MatrixFloat2x4. setC2(VectorFloat4 column2)MatrixFloat3x4MatrixFloat3x4. setC2(VectorFloat4 column2)MatrixFloat4x4MatrixFloat4x4. setC2(VectorFloat4 column2)MatrixFloat3x4MatrixFloat3x4. setC3(VectorFloat4 column3)MatrixFloat4x4MatrixFloat4x4. setC3(VectorFloat4 column3)MatrixFloat4x4MatrixFloat4x4. setC4(VectorFloat4 column4)Constructors in org.robovm.apple.foundation with parameters of type VectorFloat4 Constructor Description MatrixFloat2x4(VectorFloat4[] columns)MatrixFloat3x4(VectorFloat4[] columns)MatrixFloat4x4(VectorFloat4[] columns) -
Uses of VectorFloat4 in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return VectorFloat4 Modifier and Type Method Description VectorFloat4MPSImageHistogramInfo. getMaxPixelValue()VectorFloat4MPSImageHistogram. getMinPixelThresholdValue()VectorFloat4MPSImageHistogramInfo. getMinPixelValue()Methods in org.robovm.apple.metalps with parameters of type VectorFloat4 Modifier and Type Method Description MPSImageHistogramInfoMPSImageHistogramInfo. setMaxPixelValue(VectorFloat4 maxPixelValue)voidMPSImageHistogram. setMinPixelThresholdValue(VectorFloat4 v)MPSImageHistogramInfoMPSImageHistogramInfo. setMinPixelValue(VectorFloat4 minPixelValue)Constructors in org.robovm.apple.metalps with parameters of type VectorFloat4 Constructor Description MPSImageHistogramInfo(long numberOfHistogramEntries, boolean histogramForAlpha, VectorFloat4 minPixelValue, VectorFloat4 maxPixelValue) -
Uses of VectorFloat4 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorFloat4 Modifier and Type Method Description VectorFloat4MDLAnimatedVector4. float4AtTime(double time)VectorFloat4MDLAnimatedQuaternion. floatQuaternionAtTime(double time)VectorFloat4MDLMaterialProperty. getFloat4Value()VectorFloat4MDLVertexAttribute. getInitializationValue()Methods in org.robovm.apple.modelio with parameters of type VectorFloat4 Modifier and Type Method Description longMDLAnimatedVector4. getFloat4Array(VectorFloat4 valuesArray, long maxCount)longMDLAnimatedQuaternion. getFloatQuaternionArray(VectorFloat4 valuesArray, long maxCount)longMDLAnimatedQuaternionArray. getFloatQuaternionArray(VectorFloat4 valuesArray, long maxCount)longMDLAnimatedQuaternionArray. getFloatQuaternionArray(VectorFloat4 array, long maxCount, double time)protected longMDLMaterialProperty. init(String name, MDLMaterialSemantic semantic, VectorFloat4 value)voidMDLAnimatedQuaternion. reset(VectorFloat4 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedVector4. resetWithFloat4Array(VectorFloat4 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedQuaternionArray. resetWithFloatQuaternionArray(VectorFloat4 valuesArray, long valuesCount, DoublePtr timesArray, long timesCount)voidMDLAnimatedVector4. setFloat4(VectorFloat4 value, double time)voidMDLMaterialProperty. setFloat4Value(VectorFloat4 v)voidMDLAnimatedQuaternion. setFloatQuaternion(VectorFloat4 value, double time)voidMDLAnimatedQuaternionArray. setFloatQuaternionArray(VectorFloat4 array, long count, double time)voidMDLVertexAttribute. setInitializationValue(VectorFloat4 v)Constructors in org.robovm.apple.modelio with parameters of type VectorFloat4 Constructor Description MDLMaterialProperty(String name, MDLMaterialSemantic semantic, VectorFloat4 value) -
Uses of VectorFloat4 in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return VectorFloat4 Modifier and Type Method Description VectorFloat4SCNNode. getSimdOrientation()VectorFloat4SCNNode. getSimdRotation()VectorFloat4SCNNode. getSimdWorldOrientation()Methods in org.robovm.apple.scenekit with parameters of type VectorFloat4 Modifier and Type Method Description voidSCNNode. setSimdOrientation(VectorFloat4 v)voidSCNNode. setSimdRotation(VectorFloat4 v)voidSCNNode. setSimdWorldOrientation(VectorFloat4 v)voidSCNNode. simdLocalRotateBy(VectorFloat4 rotation)voidSCNNode. simdRotate(VectorFloat4 worldRotation, VectorFloat3 worldTarget) -
Uses of VectorFloat4 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return VectorFloat4 Modifier and Type Method Description VectorFloat4SKAttributeValue. getVectorFloat4Value()VectorFloat4SKUniform. getVectorFloat4Value()VectorFloat4SKTransformNode. quaternion()Methods in org.robovm.apple.spritekit with parameters of type VectorFloat4 Modifier and Type Method Description protected static longSKAttributeValue. create(VectorFloat4 value)protected longSKUniform. init(String name, VectorFloat4 value)voidSKTransformNode. setQuaternion(VectorFloat4 quaternion)voidSKAttributeValue. setVectorFloat4Value(VectorFloat4 v)voidSKUniform. setVectorFloat4Value(VectorFloat4 v)Constructors in org.robovm.apple.spritekit with parameters of type VectorFloat4 Constructor Description SKAttributeValue(VectorFloat4 value)SKUniform(String name, VectorFloat4 value)