AngleAxisRotation Constructor (Double, UnitCartesian) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AngleAxisRotation(
double angle,
UnitCartesian axis
)
Public Sub New (
angle As Double,
axis As UnitCartesian
)
public:
AngleAxisRotation(
double angle,
UnitCartesian axis
)
new :
angle : float *
axis : UnitCartesian -> AngleAxisRotation
Parameters
- angle
- Type: SystemDouble
The angle of rotation. - axis
- Type: AGI.Foundation.CoordinatesUnitCartesian
The unit Cartesian vector representation the axis of rotation.
See Also