Uses of Class
org.robovm.apple.scenekit.SCNVector4
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.scenekit |
-
Uses of SCNVector4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return SCNVector4 Modifier and Type Method Description SCNVector4NSValue. SCNVector4Value()Methods in org.robovm.apple.foundation with parameters of type SCNVector4 Modifier and Type Method Description static NSValueNSValue. valueOf(SCNVector4 vector4) -
Uses of SCNVector4 in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNVector4 Modifier and Type Method Description SCNVector4SCNPhysicsBody. getAngularVelocity()SCNVector4SCNNode. getOrientation()SCNVector4SCNReplicatorConstraint. getOrientationOffset()SCNVector4SCNParticleSystem. getParticleColorVariation()SCNVector4SCNNode. getRotation()static SCNVector4NSValueExtensions. getSCNVector4Value(NSValue thiz)SCNVector4SCNNode. getWorldOrientation()SCNVector4SCNVector4. setW(float w)SCNVector4SCNVector4. setX(float x)SCNVector4SCNVector4. setY(float y)SCNVector4SCNVector4. setZ(float z)static SCNVector4SCNVector4. Zero()Methods in org.robovm.apple.scenekit with parameters of type SCNVector4 Modifier and Type Method Description voidSCNPhysicsBody. applyTorque(SCNVector4 torque, boolean impulse)static NSValueNSValueExtensions. create(SCNVector4 v)protected static NSValueNSValueExtensions. create(ObjCClass clazz, SCNVector4 v)booleanSCNVector4. equalsTo(SCNVector4 b)voidSCNNode. localRotateBy(SCNVector4 rotation)voidSCNNode. rotate(SCNVector4 worldRotation, SCNVector3 worldTarget)static SCNActionSCNAction. rotateTo(SCNVector4 axisAngle, double duration)voidSCNPhysicsBody. setAngularVelocity(SCNVector4 v)voidSCNNode. setOrientation(SCNVector4 v)voidSCNReplicatorConstraint. setOrientationOffset(SCNVector4 v)voidSCNParticleSystem. setParticleColorVariation(SCNVector4 v)voidSCNNode. setRotation(SCNVector4 v)voidSCNNode. setWorldOrientation(SCNVector4 v)Method parameters in org.robovm.apple.scenekit with type arguments of type SCNVector4 Modifier and Type Method Description static SCNTransformConstraintSCNTransformConstraint. createOrientationConstraint(boolean world, Block2<SCNNode,SCNVector4,SCNVector4> block)static SCNTransformConstraintSCNTransformConstraint. createOrientationConstraint(boolean world, Block2<SCNNode,SCNVector4,SCNVector4> block)