UnitRectangularRotate Method |
Produces a set of
UnitRectangular 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.2.419.0 (24.2.419.0)
Syntax public UnitRectangular Rotate(
double angle
)
Public Function Rotate (
angle As Double
) As UnitRectangular
public:
UnitRectangular Rotate(
double angle
)
member Rotate :
angle : float -> UnitRectangular
Parameters
- angle
- Type: SystemDouble
The angle of rotation.
Return Value
Type:
UnitRectangularA set of
UnitRectangular coordinates which is the result of the rotation.
Remarks
This type of rotation is sometimes referred to as an "alias rotation".
See Also