ImmutablePointPrimitive
geometry/point.types.ts:25Frozen variant of PointPrimitive — both the readonly modifier
and a runtime Object.freeze are applied by the producers that return
this type. Use when handing a primitive snapshot to user code that must
not write back.
Readonly<PointPrimitive>