Matrix6By6 Methods |
The Matrix6By6 type exposes the following members.
Name | Description | |
---|---|---|
Add(Matrix6By6) |
Adds a matrix to this matrix.
| |
Add(Matrix6By6Symmetric) |
Adds a matrix to this matrix.
| |
Equals(Matrix6By6) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
EqualsEpsilon |
Returns true if all of the elements of this matrix are within epsilon
of the same elements of the specified matrix. That is, in order for the matrices to be
considered equal (and for this function to return true), the absolute value of the
difference between each of their elements must be less than or equal to epsilon.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Multiply(Double) |
Multiplies this matrix by a scalar.
| |
Multiply(Matrix6By6) |
Multiplies this matrix by a matrix.
| |
Multiply(Matrix6By6Symmetric) |
Multiplies this matrix by a matrix.
| |
Subtract(Matrix6By6) |
Subtracts a matrix from this matrix.
| |
Subtract(Matrix6By6Symmetric) |
Subtracts a matrix from this matrix.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transpose |
Transposes the matrix.
|