QuaternionHasZeroNorm Property  | 
 
            Gets a value indicating whether the 
Norm of this instance is zero.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool HasZeroNorm { get; }Public ReadOnly Property HasZeroNorm As Boolean
	Get
public:
property bool HasZeroNorm {
	bool get ();
}member HasZeroNorm : bool with get
Property Value
Type: 
Boolean
See Also