Variable PlaceholderConst

Placeholder: Readonly<{
    x: number;
    y: number;
}> = ...

Placeholder point: { x: NaN, y: NaN } Use isPlaceholder to check if a point is a placeholder. Use Placeholder3d get a point with z property.