AngleAxisRotationItem Property |
Gets the value of the specified element with 0, 1, 2, and 3 corresponding to the elements Angle, Axis.X, Axis.Y, and Axis.Z.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Double
Get
public:
property double default[int index] {
double get (int index);
}
member Item : float with get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
DoubleThe value of the specified element.
Exceptions
See Also