bindShape Struct Reference
 
 
 
bindShape Struct Reference

#include <shape.h>

Inheritance diagram for bindShape:
MaxHeapOperators

Class Description

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.

Member Function Documentation

bool operator== ( const bindShape b ) const [inline]

Member Data Documentation

Spline that is to be bound.

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.