Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Shape< LineData > Class Template Reference#include <ShapeLine.h>
Inheritance diagram for Shape< LineData >:
![]() Detailed Descriptiontemplate<>
Smart pointer to a LineData object.
|
Public Member Functions | |
SHAPESTUFF_H (LineData) | |
Shape (ShapeSpace &s, const Point &end1pt, const Point &end2pt) | |
Make a line from two points. | |
Shape (ShapeSpace &s, const Point &colinear_pt, AngPi orientation) | |
Make a line from a point and an orientation. | |
Shape (ShapeSpace &s, const Point &colinear_pt, Slope slope) | |
Make a line from a point and a slope. | |
Shape (const LineData &newData) | |
Copy constructor. |
Shape | ( | ShapeSpace & | s, | |
const Point & | end1pt, | |||
const Point & | end2pt | |||
) | [inline] |
Make a line from two points.
Shape | ( | ShapeSpace & | s, | |
const Point & | colinear_pt, | |||
AngPi | orientation | |||
) |
Shape | ( | ShapeSpace & | s, | |
const Point & | colinear_pt, | |||
Slope | slope | |||
) |
Shape | ( | const LineData & | newData | ) | [inline] |
Copy constructor.
SHAPESTUFF_H | ( | LineData | ) |
DualCoding 4.0 |
Generated Thu Nov 22 00:54:04 2007 by Doxygen 1.5.4 |