The Matrix33F type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Matrix33F(Single) |
Initializes a new instance of the Matrix33F struct.
| |
| Matrix33F(array<Single,2>[,](,)[,][,]) |
Initializes a new instance of the Matrix33F struct.
| |
| Matrix33F(array<array<Single>[]()[][]>[]()[][]) |
Initializes a new instance of the Matrix33F struct.
| |
| Matrix33F(IList<(Of <<'(Single>)>>), MatrixOrder) |
Initializes a new instance of the Matrix33F struct.
| |
| Matrix33F(array<Single>[]()[][], MatrixOrder) |
Initializes a new instance of the Matrix33F struct.
| |
| Matrix33F(Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Initializes a new instance of the Matrix33F class.
|
Methods
| Name | Description | |
|---|---|---|
| Absolute()()()() |
Sets each matrix element to its absolute value.
| |
| Absolute(Matrix33F) |
Returns a matrix with the absolute values of the elements of the given matrix.
| |
| Add |
Adds two matrices.
| |
| AreNumericallyEqual(Matrix33F, Matrix33F) |
Determines whether two matrices are equal (regarding the tolerance
EpsilonF).
| |
| AreNumericallyEqual(Matrix33F, Matrix33F, Single) |
Determines whether two matrices are equal (regarding a specific tolerance).
| |
| ClampToZero()()()() |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(Single) |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(Matrix33F) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
| ClampToZero(Matrix33F, Single) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
| CreateRotation(QuaternionF) |
Creates a rotation matrix from a unit quaternion.
| |
| CreateRotation(Vector3F, Single) |
Creates a rotation matrix from axis and angle.
| |
| CreateRotationX |
Creates a matrix that specifies a rotation around the x-axis.
| |
| CreateRotationY |
Creates a matrix that specifies a rotation around the y-axis.
| |
| CreateRotationZ |
Creates a matrix that specifies a rotation around the z-axis.
| |
| CreateScale(Single) |
Creates a uniform scaling matrix.
| |
| CreateScale(Vector3F) |
Creates a scaling matrix.
| |
| CreateScale(Single, Single, Single) |
Creates a scaling matrix.
| |
| Divide |
Divides a matrix by a scalar.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueType..::..Equals(Object).) | |
| Equals(Matrix33F) |
Indicates whether the current object is equal to another object of the same type.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetColumn |
Gets a column as Vector3F.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().) | |
| GetRow |
Gets a row as Vector3F.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invert |
Inverts the matrix.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Multiply(Single, Matrix33F) |
Multiplies a matrix by a scalar.
| |
| Multiply(Matrix33F, Matrix33F) |
Multiplies two matrices.
| |
| Multiply(Matrix33F, Vector3F) |
Multiplies a matrix with a column vector.
| |
| MultiplyTransposed |
Multiplies the transposed of the given matrix with a column vector.
| |
| Negate |
Negates a matrix.
| |
| Orthogonalize |
Re-orthogonalizes this instance.
| |
| SetColumn |
Sets a column from a Vector3F.
| |
| SetRow |
Sets a row from a Vector3F.
| |
| Subtract |
Subtracts two matrices.
| |
| ToArray1D |
Converts this matrix to an array of float values.
| |
| ToArray2D |
Converts this Matrix33F to a 2-dimensional float array.
| |
| ToArrayJagged |
Converts this Matrix33F to a jagged float array.
| |
| ToList |
Converts this matrix to a list of float values.
| |
| ToMatrix33D | ||
| ToMatrixF | ||
| ToString()()()() |
Returns the string representation of this matrix.
(Overrides ValueType..::..ToString()()()().) | |
| ToString(IFormatProvider) |
Returns the string representation of this matrix using the specified culture-specific format
information.
| |
| Transpose |
Transposes this matrix.
| |
| TryInvert |
Inverts the matrix if it is invertible.
|
Operators
| Name | Description | |
|---|---|---|
| Addition |
Adds two matrices.
| |
| Division |
Divides a matrix by a scalar.
| |
| Equality |
Tests if two matrices are equal.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Matrix33F to array<Single,2>[,](,)[,][,]) |
Performs an explicit conversion from Matrix33F to a 2-dimensional
float array.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Matrix33F to array<array<Single>[]()[][]>[]()[][]) |
Performs an explicit conversion from Matrix33F to a jagged
float array.
| |
| ImplicitWideningImplicitImplicitImplicit(Matrix33F to Matrix33D) | ||
| ImplicitWideningImplicitImplicitImplicit(Matrix33F to MatrixF) | ||
| Inequality |
Tests if two matrices are not equal.
| |
| Multiply(Single, Matrix33F) |
Multiplies a matrix by a scalar.
| |
| Multiply(Matrix33F, Matrix33F) |
Multiplies two matrices.
| |
| Multiply(Matrix33F, Vector3F) |
Multiplies a matrix with a column vector.
| |
| Multiply(Matrix33F, Single) |
Multiplies a matrix and a scalar.
| |
| Subtraction |
Subtracts two matrices.
| |
| UnaryNegation |
Negates a matrix.
|
Fields
| Name | Description | |
|---|---|---|
| Identity |
Returns the 3 x 3 identity matrix.
| |
| M00 |
The element in first row, first column.
| |
| M01 |
The element in first row, second column.
| |
| M02 |
The element in first row, third column.
| |
| M10 |
The element in second row, first column.
| |
| M11 |
The element in second row, second column.
| |
| M12 |
The element in second row, third column.
| |
| M20 |
The element in third row, first column.
| |
| M21 |
The element in third row, second column.
| |
| M22 |
The element in third row, third column.
| |
| One |
Returns a Matrix33F with all of its components set to one.
| |
| Zero |
Returns a Matrix33F with all of its components set to zero.
|
Properties
| Name | Description | |
|---|---|---|
| Determinant |
Returns the determinant of this matrix.
| |
| Inverse |
Returns the inverse of this matrix.
| |
| IsNaN |
Gets a value indicating whether an element of the matrix is NaN.
| |
| IsOrthogonal |
Gets a value indicating whether this instance is orthogonal.
| |
| IsRotation |
Gets a value indicating whether this instance is a rotation matrix.
| |
| IsSymmetric |
Gets a value indicating whether this matrix is symmetric.
| |
| Item[([( Int32])]) |
Gets or sets the element at the specified index.
| |
| Item[([( Int32, Int32])]) |
Gets or sets the element at the specified index.
| |
| Trace |
Gets the matrix trace (the sum of the diagonal elements).
| |
| Transposed |
Returns the transposed of this matrix.
|