ElementaryRotation Constructor  | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> ElementaryRotationParameters
- axis
 - Type: AGI.Foundation.CoordinatesAxisIndicator
The axis of rotation. - angle
 - Type: SystemDouble
The angle of rotation. 
See Also