OrthonormalBasis Class |
Namespace: AGI.Foundation.Coordinates
The OrthonormalBasis type exposes the following members.
Name | Description | |
---|---|---|
OrthonormalBasis(UnitCartesian) |
Initializes an orthonormal bases with the input direction.
| |
OrthonormalBasis(UnitCartesian, UnitCartesian) |
Initializes an orthonormal bases with the input direction and reference.
|
Name | Description | |
---|---|---|
FirstAxis |
Gets the first axis.
| |
Rotation |
Gets the rotation from the axes of the defining Cartesian vector(s) to the axes of the basis.
| |
SecondAxis |
Gets the second axis.
| |
ThirdAxis |
Gets the third axis.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the UnitCartesians that define this OrthonormalBasis in the format
"FirstAxis ; SecondAxis ; ThirdAxis".
(Overrides ObjectToString.) |