Click or drag to resize

ElementaryRotation Constructor

Initializes an ElementaryRotation from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ElementaryRotation(
	AxisIndicator axis,
	double angle
)

Parameters

axis
Type: AGI.Foundation.CoordinatesAxisIndicator
The axis of rotation.
angle
Type: SystemDouble
The angle of rotation.
See Also