SceneKit.SCNMatrix4 Members

The members of SceneKit.SCNMatrix4 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.

Public Fields

static readonly
IdentitySCNMatrix4. Documentation for this section has not yet been entered.
Row0SCNVector4. Documentation for this section has not yet been entered.
Row1SCNVector4. Documentation for this section has not yet been entered.
Row2SCNVector4. Documentation for this section has not yet been entered.
Row3SCNVector4. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Column0SCNVector4. Documentation for this section has not yet been entered.
[read-only]
Column1SCNVector4. Documentation for this section has not yet been entered.
[read-only]
Column2SCNVector4. Documentation for this section has not yet been entered.
[read-only]
Column3SCNVector4. Documentation for this section has not yet been entered.
[read-only]
Determinantfloat. Documentation for this section has not yet been entered.
M11float. Documentation for this section has not yet been entered.
M12float. Documentation for this section has not yet been entered.
M13float. Documentation for this section has not yet been entered.
M14float. Documentation for this section has not yet been entered.
M21float. Documentation for this section has not yet been entered.
M22float. Documentation for this section has not yet been entered.
M23float. Documentation for this section has not yet been entered.
M24float. Documentation for this section has not yet been entered.
M31float. Documentation for this section has not yet been entered.
M32float. Documentation for this section has not yet been entered.
M33float. Documentation for this section has not yet been entered.
M34float. Documentation for this section has not yet been entered.
M41float. Documentation for this section has not yet been entered.
M42float. Documentation for this section has not yet been entered.
M43float. Documentation for this section has not yet been entered.
M44float. Documentation for this section has not yet been entered.

Public Methods

static
CreateFromAxisAngle(SCNVector3, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateFromAxisAngle(SCNVector3, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateFromAxisAngle(double, out SCNMatrix4, OpenTK.Vector3d)
Documentation for this section has not yet been entered.
static
CreateFromAxisAngle(float, out SCNMatrix4, OpenTK.Vector3)
Documentation for this section has not yet been entered.
static
CreateOrthographic(float, float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateOrthographic(float, float, float, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateOrthographicOffCenter(float, float, float, float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateOrthographicOffCenter(float, float, float, float, float, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreatePerspectiveFieldOfView(float, float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreatePerspectiveFieldOfView(float, float, float, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreatePerspectiveOffCenter(float, float, float, float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreatePerspectiveOffCenter(float, float, float, float, float, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateRotationX(float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateRotationX(float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateRotationY(float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateRotationY(float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateRotationZ(float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateRotationZ(float, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateTranslation(SCNVector3) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateTranslation(ref SCNVector3, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
CreateTranslation(float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
CreateTranslation(float, float, float, out SCNMatrix4)
Documentation for this section has not yet been entered.
Equals(SCNMatrix4) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Invert()
Documentation for this section has not yet been entered.
static
Invert(SCNMatrix4) : SCNMatrix4
Documentation for this section has not yet been entered.
static
LookAt(SCNVector3, SCNVector3, SCNVector3) : SCNMatrix4
Documentation for this section has not yet been entered.
static
LookAt(float, float, float, float, float, float, float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Mult(SCNMatrix4, SCNMatrix4) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Mult(ref SCNMatrix4, ref SCNMatrix4, out SCNMatrix4)
Documentation for this section has not yet been entered.
static
Rotate(OpenTK.Quaternion) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Rotate(OpenTK.Quaterniond) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Scale(SCNVector3) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Scale(float) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Scale(float, float, float) : SCNMatrix4
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
Transpose()
Documentation for this section has not yet been entered.
static
Transpose(SCNMatrix4) : SCNMatrix4
Documentation for this section has not yet been entered.
static
Transpose(ref SCNMatrix4, out SCNMatrix4)
Documentation for this section has not yet been entered.

Public Operators

static
Equality(SCNMatrix4, SCNMatrix4)Documentation for this section has not yet been entered.
static
Inequality(SCNMatrix4, SCNMatrix4)Documentation for this section has not yet been entered.
static
Multiply(SCNMatrix4, SCNMatrix4)Documentation for this section has not yet been entered.