Preparing search index...
The search index is not available
tdjson
tdjson
Point
Interface Point
A point on a Cartesian plane.
interface
Point
{
@type
:
"point"
;
x
:
number
;
y
:
number
;
}
Index
Properties
@type
x
y
Properties
@type
@type
:
"point"
x
x
:
number
The point's first coordinate.
y
y
:
number
The point's second coordinate.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
x
y
tdjson
Loading...
A point on a Cartesian plane.