ElementaryRotation Constructor |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ElementaryRotation(
AxisIndicator axis,
double angle
)
Public Sub New (
axis As AxisIndicator,
angle As Double
)
public:
ElementaryRotation(
AxisIndicator axis,
double angle
)
new :
axis : AxisIndicator *
angle : float -> ElementaryRotation
Parameters
- axis
- Type: AGI.Foundation.CoordinatesAxisIndicator
The axis of rotation. - angle
- Type: SystemDouble
The angle of rotation.
See Also