Base position class
IBasePosition
The x position
The y position
Base position constructor
const pos = new BasePosition(1, 1); Copy
const pos = new BasePosition(1, 1);
X position
Y position
Generated using TypeDoc
Description
Base position class
Implements
IBasePosition