EulerSequence Constructor (AngleAxisRotation, EulerSequenceIndicator) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EulerSequence(
AngleAxisRotation rotation,
EulerSequenceIndicator sequence
)
Public Sub New (
rotation As AngleAxisRotation,
sequence As EulerSequenceIndicator
)
public:
EulerSequence(
AngleAxisRotation rotation,
EulerSequenceIndicator sequence
)
new :
rotation : AngleAxisRotation *
sequence : EulerSequenceIndicator -> EulerSequence
Parameters
- rotation
- Type: AGI.Foundation.Coordinates.AngleAxisRotation
The rotation. - sequence
- Type: AGI.Foundation.Coordinates.EulerSequenceIndicator
The sequence.
See Also