OpenTK.Matrix3 Members

The members of OpenTK.Matrix3 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
IdentityMatrix3. Documentation for this section has not yet been entered.
R0C0float. Documentation for this section has not yet been entered.
R0C1float. Documentation for this section has not yet been entered.
R0C2float. Documentation for this section has not yet been entered.
R1C0float. Documentation for this section has not yet been entered.
R1C1float. Documentation for this section has not yet been entered.
R1C2float. Documentation for this section has not yet been entered.
R2C0float. Documentation for this section has not yet been entered.
R2C1float. Documentation for this section has not yet been entered.
R2C2float. Documentation for this section has not yet been entered.
static readonly
ZeroMatrix3. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Determinantfloat. Documentation for this section has not yet been entered.
default property
Item(int)float. Documentation for this section has not yet been entered.
default property
Item(int, int)float. Documentation for this section has not yet been entered.

Public Methods

Add(ref Matrix3)
Documentation for this section has not yet been entered.
Add(ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
static
Add(ref Matrix3, ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
Equals(Matrix3) : bool
Documentation for this section has not yet been entered.
Equals(ref Matrix3) : bool
Documentation for this section has not yet been entered.
static
Equals(ref Matrix3, ref Matrix3) : bool
Documentation for this section has not yet been entered.
EqualsApprox(float, ref Matrix3) : bool
Documentation for this section has not yet been entered.
static
EqualsApprox(float, ref Matrix3, ref Matrix3) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Multiply(ref Matrix3)
Documentation for this section has not yet been entered.
Multiply(float)
Documentation for this section has not yet been entered.
Multiply(ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
Multiply(float, out Matrix3)
Documentation for this section has not yet been entered.
static
Multiply(ref Matrix3, ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
static
Multiply(float, ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
Rotate(float)
Documentation for this section has not yet been entered.
Rotate(float, out Matrix3)
Documentation for this section has not yet been entered.
static
Rotate(float, ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
static
RotateMatrix(float, out Matrix3)
Documentation for this section has not yet been entered.
Subtract(ref Matrix3)
Documentation for this section has not yet been entered.
Subtract(ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
static
Subtract(ref Matrix3, ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
Transform(ref Vector3)
Documentation for this section has not yet been entered.
static
Transform(ref Matrix3, ref Vector3)
Documentation for this section has not yet been entered.
Transform(ref Vector3, out Vector3)
Documentation for this section has not yet been entered.
static
Transform(ref Matrix3, ref Vector3, out Vector3)
Documentation for this section has not yet been entered.
Transpose()
Documentation for this section has not yet been entered.
Transpose(out Matrix3)
Documentation for this section has not yet been entered.
static
Transpose(ref Matrix3, out Matrix3)
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to System.IntPtr(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Single*(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Single[](Explicit)Documentation for this section has not yet been entered.