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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Rectangular Rotate(
	double angle
)
Public Function Rotate ( 
	angle As Double
) As Rectangular
public:
Rectangular Rotate(
	double angle
)
member Rotate : 
        angle : float -> Rectangular 
Parameters
- angle
 - Type: SystemDouble
The angle of rotation. 
Return Value
Type: 
RectangularA 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