CTFTNKS Project Documentation - v1.3.0
Preparing search index...
utils/geometry
Coord
Interface Coord
Interface for anything that has (x, y) coordinates
interface
Coord
{
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
Coord
TrajectoryPoint
Implemented by
GameObject
Tile
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
CTFTNKS Project Documentation - v1.3.0
Loading...
Interface for anything that has (x, y) coordinates