SceneKit.SCNQuaternion: Method Members

The methods of SceneKit.SCNQuaternion are listed below. For a list of all members, see the SCNQuaternion Members list.

See Also: Inherited members from System.ValueType

Public Methods

static
Add(SCNQuaternion, SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Add(ref SCNQuaternion, ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
Conjugate()
Documentation for this section has not yet been entered.
static
Conjugate(SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Conjugate(ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
Equals(SCNQuaternion) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
FromAxisAngle(SCNVector3, float) : SCNQuaternion
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
Invert(SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Invert(ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
static
Multiply(SCNQuaternion, SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Multiply(SCNQuaternion, float) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Multiply(ref SCNQuaternion, ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
static
Multiply(ref SCNQuaternion, float, out SCNQuaternion)
Documentation for this section has not yet been entered.
Normalize()
Documentation for this section has not yet been entered.
static
Normalize(SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Normalize(ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
static
Slerp(SCNQuaternion, SCNQuaternion, float) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Sub(SCNQuaternion, SCNQuaternion) : SCNQuaternion
Documentation for this section has not yet been entered.
static
Sub(ref SCNQuaternion, ref SCNQuaternion, out SCNQuaternion)
Documentation for this section has not yet been entered.
ToAxisAngle() : SCNVector4
Documentation for this section has not yet been entered.
ToAxisAngle(out SCNVector3, out float)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.