Uses of Class
org.robovm.apple.foundation.VectorDouble4
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.modelio |
-
Uses of VectorDouble4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorDouble4 Modifier and Type Method Description VectorDouble4MatrixDouble4x4. getC1()VectorDouble4MatrixDouble4x4. getC2()VectorDouble4MatrixDouble4x4. getC3()VectorDouble4MatrixDouble4x4. getC4()VectorDouble4VectorDouble4. setW(double y)VectorDouble4VectorDouble4. setX(double x)VectorDouble4VectorDouble4. setY(double y)VectorDouble4VectorDouble4. setZ(double y)Methods in org.robovm.apple.foundation with parameters of type VectorDouble4 Modifier and Type Method Description voidMatrixDouble4x4. set(VectorDouble4[] columns)voidMatrixDouble4x4. set(VectorDouble4 c1, VectorDouble4 c2, VectorDouble4 c3, VectorDouble4 c4)MatrixDouble4x4MatrixDouble4x4. setC1(VectorDouble4 column1)MatrixDouble4x4MatrixDouble4x4. setC2(VectorDouble4 column2)MatrixDouble4x4MatrixDouble4x4. setC3(VectorDouble4 column3)MatrixDouble4x4MatrixDouble4x4. setC4(VectorDouble4 column4)Constructors in org.robovm.apple.foundation with parameters of type VectorDouble4 Constructor Description MatrixDouble4x4(VectorDouble4[] columns) -
Uses of VectorDouble4 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorDouble4 Modifier and Type Method Description VectorDouble4MDLAnimatedVector4. double4AtTime(double time)VectorDouble4MDLAnimatedQuaternion. doubleQuaternionAtTime(double time)Methods in org.robovm.apple.modelio with parameters of type VectorDouble4 Modifier and Type Method Description longMDLAnimatedVector4. getDouble4Array(VectorDouble4 valuesArray, long maxCount)longMDLAnimatedQuaternion. getDoubleQuaternionArray(VectorDouble4 valuesArray, long maxCount)longMDLAnimatedQuaternionArray. getDoubleQuaternionArray(VectorDouble4 valuesArray, long maxCount)longMDLAnimatedQuaternionArray. getDoubleQuaternionArray(VectorDouble4 array, long maxCount, double time)voidMDLAnimatedQuaternion. reset(VectorDouble4 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedVector4. resetWithDouble4Array(VectorDouble4 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedQuaternionArray. resetWithDoubleQuaternionArray(VectorDouble4 valuesArray, long valuesCount, DoublePtr timesArray, long timesCount)voidMDLAnimatedVector4. setDouble4(VectorDouble4 value, double time)voidMDLAnimatedQuaternion. setDoubleQuaternion(VectorDouble4 value, double time)voidMDLAnimatedQuaternionArray. setDoubleQuaternionArray(VectorDouble4 array, long count, double time)