Skip to content
On this page

lib-starter-rollup / Exports / Point

Interface: Point

平面二维坐标系的一个点

Table of contents

Properties

Properties

x

x: number

x轴位置

Defined in

index.ts:15


y

y: number

y轴位置

Defined in

index.ts:20