#include <curve_segment.h>
Public Members | |||
![]() | ![]() | curve_segment (void) | |
![]() | ![]() | Construct an undefined acurve_segment. | |
![]() | ![]() | curve_segment ( curve *c, vector2 *f, vector2 *t ) | |
![]() | ![]() | Construct an fully defined acurve_segment. More... | |
![]() | ![]() | curve* | along |
![]() | ![]() | The curve. | |
![]() | ![]() | vector2* | from |
![]() | ![]() | One end of the curve segment. | |
![]() | ![]() | vector2* | to |
![]() | ![]() | The other end of the curve segment. | |
Definition at line 39 of file curve_segment.h.
curve_segment::curve_segment (void) [inline]
|
curve_segment::curve_segment (curve * c, vector2 * f, vector2 * t) [inline]
|
Construct an fully defined acurve_segment.
assert( this->along == c ); assert( this->from == f ); assert( this->to == t );
Definition at line 94 of file curve_segment.h.
| curve* curve_segment::along |
| vector2* curve_segment::from |
| vector2* curve_segment::to |
1.0.0 written by Dimitri van Heesch,
© 1997-1999