Searched refs:Point (Results 1 – 7 of 7) sorted by relevance
16 import { Rect, Point } from '../../../../../src/trace/component/trace/timer-shaft/Rect';20 let point = new Point();
21 * Point encapsulating two double values.
26 Point,155 let point = new Point();
103 export class Point { class
40 private points: Point | undefined;643 export class Point { class
31 class Point {207 let datas : Point[] = []385 datas.push(new Point(x1, y1, x2, y2))
481 export class Point { class