Search
Preparing search index...
The search index is not available
@dasch-swiss/dsp-js API Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
Point2D
Class Point2D
Represents a point in a 2D-coordinate system (for geometry values).
Hierarchy
Point2D
Index
Constructors
constructor
Properties
x
y
Constructors
constructor
new
Point2D
(
x
:
number
, y
:
number
)
:
Point2D
Parameters
x:
number
y:
number
Returns
Point2D
Properties
x
x
:
number
y
y
:
number
Globals
Point2D
constructor
x
y
Generated using
TypeDoc
Represents a point in a 2D-coordinate system (for geometry values).