Uses of Class
org.robovm.apple.foundation.VectorDouble3
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.gameplaykit | |
| org.robovm.apple.modelio |
-
Uses of VectorDouble3 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorDouble3 Modifier and Type Method Description VectorDouble3VectorDouble3. setX(double x)VectorDouble3VectorDouble3. setY(double y)VectorDouble3VectorDouble3. setZ(double y) -
Uses of VectorDouble3 in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit with parameters of type VectorDouble3 Modifier and Type Method Description voidGKNoise. moveBy(VectorDouble3 delta)voidGKNoise. rotateBy(VectorDouble3 radians)voidGKNoise. scaleBy(VectorDouble3 factor) -
Uses of VectorDouble3 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorDouble3 Modifier and Type Method Description VectorDouble3MDLAnimatedVector3. double3AtTime(double time)Methods in org.robovm.apple.modelio with parameters of type VectorDouble3 Modifier and Type Method Description longMDLAnimatedVector3. getDouble3Array(VectorDouble3 valuesArray, long maxCount)longMDLAnimatedVector3Array. getDouble3Array(VectorDouble3 valuesArray, long maxCount)longMDLAnimatedVector3Array. getDouble3Array(VectorDouble3 array, long maxCount, double time)voidMDLAnimatedVector3. resetWithDouble3Array(VectorDouble3 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedVector3Array. resetWithDouble3Array(VectorDouble3 valuesArray, long valuesCount, DoublePtr timesArray, long timesCount)voidMDLAnimatedVector3. setDouble3(VectorDouble3 value, double time)voidMDLAnimatedVector3Array. setDouble3Array(VectorDouble3 array, long count, double time)