Matrix6By6Identity Property |
Gets a
Matrix6By6 representing an identity transformation.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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