Preparing search index...
The search index is not available
BimCT SDK / WebGL2 Viewer
BimCT SDK / WebGL2 Viewer
Point2D
Class Point2D
Hierarchy
Point2D
Index
Constructors
constructor
Properties
x
y
Methods
add
distance
scale
subtract
Constructors
constructor
new
Point2D
(
x
:
number
, y
:
number
)
:
Point2D
Parameters
x:
number
y:
number
Returns
Point2D
Properties
x
x
:
number
y
y
:
number
Methods
add
add
(
other
:
Point2D
)
:
Point2D
Parameters
other:
Point2D
Returns
Point2D
distance
distance
(
other
:
Point2D
)
:
number
Parameters
other:
Point2D
Returns
number
scale
scale
(
factor
:
number
)
:
Point2D
Parameters
factor:
number
Returns
Point2D
subtract
subtract
(
other
:
Point2D
)
:
Point2D
Parameters
other:
Point2D
Returns
Point2D
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
BimCT SDK /
WebGL2
Viewer
Renderer
Features
Getting
Started
Getting
Started with
Angular
Command
Line
Converter
BimCT
Viewer
Examples
WebXR
Hardware
Requirements
Point2D
constructor
x
y
add
distance
scale
subtract