Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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
See Also