Point2D
The Point2D
class contains a 2D coordinate.
Properties
Property
Description
x
(get) x: number (set) x: number
Specifies the horizontal coordinate.
y
(get) y: number (set) y: number
Specifies the vertical coordinate.
Methods
This module exposes no methods.
Last updated