Uses of Class
org.robovm.apple.foundation.VectorDouble2
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.gameplaykit | |
| org.robovm.apple.modelio |
-
Uses of VectorDouble2 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorDouble2 Modifier and Type Method Description VectorDouble2VectorDouble2. setX(double x)VectorDouble2VectorDouble2. setY(double y) -
Uses of VectorDouble2 in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return VectorDouble2 Modifier and Type Method Description VectorDouble2GKNoiseMap. getOrigin()VectorDouble2GKNoiseMap. getSize()Methods in org.robovm.apple.gameplaykit with parameters of type VectorDouble2 Modifier and Type Method Description protected longGKNoiseMap. init(GKNoise noise, VectorDouble2 size, VectorDouble2 origin, VectorInt2 sampleCount, boolean seamless)Constructors in org.robovm.apple.gameplaykit with parameters of type VectorDouble2 Constructor Description GKNoiseMap(GKNoise noise, VectorDouble2 size, VectorDouble2 origin, VectorInt2 sampleCount, boolean seamless) -
Uses of VectorDouble2 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorDouble2 Modifier and Type Method Description VectorDouble2MDLAnimatedVector2. double2AtTime(double time)Methods in org.robovm.apple.modelio with parameters of type VectorDouble2 Modifier and Type Method Description longMDLAnimatedVector2. getDouble2Array(VectorDouble2 valuesArray, long maxCount)voidMDLAnimatedVector2. resetWithDouble2Array(VectorDouble2 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedVector2. setDouble2(VectorDouble2 value, double time)