CartesianRotate Method (ElementaryRotation) | 
 
            Produces a set of 
Cartesian coordinates representing this instance which results from rotating
            the original axes used to represent this instance by the provided 
ElementaryRotation rotation.
            This type of rotation is sometimes referred to as an "alias rotation".
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian Rotate(
	ElementaryRotation rotation
)
Public Function Rotate ( 
	rotation As ElementaryRotation
) As Cartesian
public:
Cartesian Rotate(
	ElementaryRotation rotation
)
member Rotate : 
        rotation : ElementaryRotation -> Cartesian 
Parameters
- rotation
 - Type: AGI.Foundation.CoordinatesElementaryRotation
The ElementaryRotation. 
Return Value
Type: 
CartesianA set of 
Cartesian coordinates which is the result of the rotation.
Exceptions
Remarks
            For more information on how quaternions and other coordinates are used to represent rotations, see 
            the 
Coordinates topic.
            
See Also