Click or drag to resize

RectangularRotate Method

Produces a set of Rectangular coordinates representing this instance which results from rotating the original axes used to represent this instance by the provided angle.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Rectangular Rotate(
	double angle
)

Parameters

angle
Type: SystemDouble
The angle of rotation.

Return Value

Type: Rectangular
A set of Rectangular coordinates which is the result of the rotation.
Remarks
This type of rotation is sometimes referred to as an "alias rotation".
See Also