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 Zero { get; }
Public Shared ReadOnly Property Zero As Matrix6By6
Get
public:
static property Matrix6By6^ Zero {
Matrix6By6^ get ();
}
static member Zero : Matrix6By6 with get
Return Value
Type:
Matrix6By6The 6-by-6 zero matrix.
See Also