Skip to content

Type Alias: ExpoFpPoint

ExpoFpPoint = object

Defined in: types.ts:554

Represents a point in 2D space.

Properties

layer?

optional layer: string

Defined in: types.ts:560

Optional layer identifier where the point is located


x

x: number

Defined in: types.ts:556

X coordinate of the point


y

y: number

Defined in: types.ts:558

Y coordinate of the point