EulerSequence Constructor (AngleAxisRotation, EulerSequenceIndicator) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesAngleAxisRotation
The rotation. - sequence
- Type: AGI.Foundation.CoordinatesEulerSequenceIndicator
The sequence.
See Also