Skip to content

Type Alias: ExpoFpPoint

ExpoFpPoint = object

Defined in: types.ts:606

Represents a point in 2D space.

Properties

layer?

optional layer: string

Defined in: types.ts:612

Optional layer identifier where the point is located


x

x: number

Defined in: types.ts:608

X coordinate of the point


y

y: number

Defined in: types.ts:610

Y coordinate of the point