Line2D
Class representing 2D lines. Container for a pair of 2D points and some helper functions.
Test:
Constructor Summary
Public Constructor | ||
public |
constructor(a: Point2D, b: Point2D) Constructs a Line2D object. |
Method Summary
Public Methods | ||
public |
Checks if the given point is on the line. |