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: 24.1.418.0 (24.1.418.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