Skip to content

stadium / Exports / Point

Interface: Point

2차원 좌표계의 점을 나타내는 인터페이스

ts
const point: Point = {
  left: 0,
  top: 0,
};

Implemented by

Table of contents

Properties

Properties

left

left: number

x 좌표

Defined in

lib/type.ts:16


top

top: number

y 좌표

Defined in

lib/type.ts:20