Irrlicht
type TVector2D = record
Two-Dimensional floating-point vector. Equals irr::core::vector2df.
X: Single;
Y: Single;
Coordinate.