Irrlicht
type TLine2D = record
Line type in two-dimensional space. Equals irr::core::line2df.
A: TVector2D;
B: TVector2D;
Coordinate.