Point.IsUndefined Property
Gets a value that tells whether the Point is undefined.
Syntax
public System.Boolean IsUndefined { get; }
Property Value
True if the point is undefined; otherwise, False.
Remarks
This property checks if the point is set to the special value [-1.0e99, -1.0e99, -1.0e99], which is used in many places in Carmenta Engine to represent an undefined or invalid point.
See also Undefined.
Platforms
Windows, Linux, Android