An Object class that is the base of the line-like Object's: Segment, Line and Ray.
More...
List of all members.
Detailed Description
An Object class that is the base of the line-like Object's: Segment, Line and Ray.
Member Function Documentation
Returns true if this Object is equal to rhs.
This function checks whether rhs is of the same Object type, and whether it contains the same data as this Object.
Implements Object.
Get the slope of this AbstractLine.
. For a line through points a( xa, ya ) and b ( xb, yb ), this means the value ( yb - ya ) / ( xb - xa ).
This file is part of the documentation for tdelibs .