arcade2d
Type Alias

ImmutablePointPrimitive

geometry/point.types.ts:25

Frozen 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>
ESC