Matrix6By6Undefined Property |
Gets a
Matrix6By6 representing an undefined matrix containing
NaN values.
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 Undefined { get; }
Public Shared ReadOnly Property Undefined As Matrix6By6
Get
public:
static property Matrix6By6^ Undefined {
Matrix6By6^ get ();
}
static member Undefined : Matrix6By6 with get
Return Value
Type:
Matrix6By6The 6-by-6 undefined matrix.
See Also