Matrix6By6Identity Property  | 
 
            Gets a 
Matrix6By6 representing an identity transformation.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Matrix6By6 Identity { get; }Public Shared ReadOnly Property Identity As Matrix6By6
	Get
public:
static property Matrix6By6^ Identity {
	Matrix6By6^ get ();
}static member Identity : Matrix6By6 with get
Return Value
Type: 
Matrix6By6The 6-by-6 identity matrix.
See Also