#include <line.h>
Collaboration diagram for TLine:
Public Methods | |
TLine () | |
TLine (const TPoint &offset, const TPoint &dir) | |
const TPoint & | GetDir () const |
int | GetIntersectionPoint (const TLine &line, TPoint *point) const |
const TPoint & | GetOffset () const |
void | SetDir (const TPoint &dir) |
void | SetLine (const TPoint &offset, const TPoint &dir) |
void | SetOffset (const TPoint &offset) |
Private Attributes | |
TPoint | fDir |
TPoint | fOffset |
|
|