Matrix3By3 Constructor (ElementaryRotation) | 
 
            Initializes a new instance representing an elementary rotation about one of the original axes.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Matrix3By3(
	ElementaryRotation rotation
)
Public Sub New ( 
	rotation As ElementaryRotation
)
public:
Matrix3By3(
	ElementaryRotation rotation
)
new : 
        rotation : ElementaryRotation -> Matrix3By3Parameters
- rotation
 - Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation. 
Exceptions
See Also