Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static Matrix3By3 Zero { get; }
Public Shared ReadOnly Property Zero As Matrix3By3
Get
public:
static property Matrix3By3 Zero {
Matrix3By3 get ();
}
static member Zero : Matrix3By3 with get
Return Value
Type:
Matrix3By3The 3-by-3 zero matrix.
See Also