@ujjwalvivek/tinyts
Examples
Untitled Game
Preparing search index...
index
Point2D
Interface Point2D
Represents a 2D point.
interface
Point2D
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
X coordinate.
y
y
:
number
Y coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
Examples
Untitled Game
@ujjwalvivek/tinyts
Loading...
Represents a 2D point.