SceneKit.SCNQuaternion Members

The members of SceneKit.SCNQuaternion are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
IdentitySCNQuaternion. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Lengthfloat. Documentation for this section has not yet been entered.
[read-only]
LengthSquaredfloat. Documentation for this section has not yet been entered.
Wfloat. Documentation for this section has not yet been entered.
Xfloat. Documentation for this section has not yet been entered.
XyzSCNVector3. Documentation for this section has not yet been entered.
Yfloat. Documentation for this section has not yet been entered.
Zfloat. Documentation for this section has not yet been entered.

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.

Public Operators

static
Addition(SCNQuaternion, SCNQuaternion)Documentation for this section has not yet been entered.
static
Equality(SCNQuaternion, SCNQuaternion)Documentation for this section has not yet been entered.
static
Inequality(SCNQuaternion, SCNQuaternion)Documentation for this section has not yet been entered.
static
Multiply(SCNQuaternion, SCNQuaternion)Documentation for this section has not yet been entered.
static
Multiply(SCNQuaternion, float)Documentation for this section has not yet been entered.
static
Multiply(float, SCNQuaternion)Documentation for this section has not yet been entered.
static
Subtraction(SCNQuaternion, SCNQuaternion)Documentation for this section has not yet been entered.