Appearance
stadium / Exports / Line
2차원 좌표계의 선을 나타내는 인터페이스
const line: Line = { p1: { left: 0, top: 0 }, p2: { left: 100, top: 100 }, };
SensorLine
• p1: Point
Point
시작점
lib/type.ts:74
• p2: Point
끝점
lib/type.ts:78