|
|
The Matrix3 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Matrix3()()()() |
Default constructor. Makes an identity matrix.
|
|
|
Matrix3(Rotation3D) |
Make from a rotation.
|
|
|
Matrix3(Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Make from elements specified in row major order.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Determinant |
Get determinant of matrix.
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals(Object) | (Overrides NativeHandle..::..Equals(Object).) |
|
|
Equals(Matrix3) |
Equal within a tolerance, each element of matrix is equal to corresponding element within given tolerance.
|
|
|
Equals(Matrix3, Double) |
Equal within a tolerance, each element of matrix is equal to corresponding element within given tolerance.
|
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
Get |
"Get a single matrix element."
|
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IsIdentity |
Is matrix the identity matrix ?
|
|
|
IsZero |
Is matrix a zero matrix? A zero matrix is one where every component is 0.0.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |