Point.Undefined Property
Gets an Point instance representing an undefined point.
Syntax
public static Point Undefined { get; }
Property Value
Remarks
All three coordinates will be set to -1.0e99. This value is used in many places in Carmenta Engine to represent an undefined or invalid point value.
See also IsUndefined.
Platforms
Windows, Linux, Android