Preparing search index...
The search index is not available
lism
lism
Point
Interface Point
Represents a 2D point with x and y coordinates.
interface
Point
{
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
Point
Point3d
Index
Properties
x
y
Properties
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
lism
Loading...
Represents a 2D point with x and y coordinates.