SimplePoint

Implements


Constructors

new SimplePoint()

new SimplePoint(x, y): SimplePoint

Parameters

ParameterType
xnumber
ynumber

Returns

SimplePoint


Properties

x

readonly x: number;

Implementation of

Point.x


y

readonly y: number;

Implementation of

Point.y