SCNQuaternion.FromAxisAngle(SCNVector3, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns a new quaternion that represents the specified rotation about the specified axis.
public static SceneKit.SCNQuaternion FromAxisAngle (SceneKit.SCNVector3 axis, float angle);
static member FromAxisAngle : SceneKit.SCNVector3 * single -> SceneKit.SCNQuaternion
Parameters
- axis
- SCNVector3
- angle
- Single