#include <shape.h>
Contains the data for the bind points.
Public Member Functions |
|
bool | operator== (const bindShape &b) const |
Public Attributes |
|
int | pointSplineIndex |
Spline that is to be bound. |
|
int | segSplineIndex |
Spline that contains the segment to bind to.
|
|
int | seg |
Segment that the point is bound to. |
|
Point3 | bindPoint |
Position in space of the bind point.
|
|
Point3 | segPoint |
Position in space of the start segment
point. |
|
BOOL | isEnd |
Whether the bound point is the end or
beginning of the spline. |
bool operator== | ( | const bindShape & | b | ) | const [inline] |
{ return pointSplineIndex == b.pointSplineIndex && segSplineIndex == b.segSplineIndex && seg == b.seg && bindPoint == b.bindPoint && segPoint == b.segPoint && isEnd == b.isEnd; }
int pointSplineIndex |
Spline that is to be bound.
int segSplineIndex |
Spline that contains the segment to bind to.
int seg |
Segment that the point is bound to.
Position in space of the bind point.
Position in space of the start segment point.
BOOL isEnd |
Whether the bound point is the end or beginning of the spline.