Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 796 Bytes

Point.md

File metadata and controls

50 lines (27 loc) · 796 Bytes

@kurgm/kage-engine / Point

Interface: Point

Represents an element of Polygon.

Table of contents

Properties

Properties

off

off: boolean

Whether the point is an off-curve point, i.e. a control point in a quadratic Bézier curve.

Defined in

polygon.ts:11


x

x: number

The x-coordinate of the point.

Defined in

polygon.ts:4


y

y: number

The y-coordinate of the point.

Defined in

polygon.ts:6