|
| Taper (const Vector &, const Vector &, const Cubic &) |
| Creates a tapering operator.
|
|
| ~Taper () |
| Empty.
|
|
Vector | Transform (const Vector &) const |
| Transforms a point.
|
|
Vector | InverseTransform (const Vector &) const |
| Inverse transform.
|
|
Box | GetBox (const Box &) const |
| Compute the bounding box of the deformed (tapered) box.
|
|
| Axis () |
| Empty.
|
|
| Axis (const Vector &, const Vector &) |
| Creates an axis given end vertices.
|
|
| ~Axis () |
| Empty.
|
|
void | Rotate (const Matrix &) |
| Rotates an axis.
|
|
void | Translate (const Vector &) |
| Translates an axis.
|
|
void | Scale (const double &) |
| Uniformly scales an axis.
|
|
void | Scale (const Vector &) |
| Scales an axis.
|
|
Quadric | Equation (const Ray &) const |
| Compute the polynomial equation of the Euclidean distance between a ray and the axis.
|
|
Vector | Vertex (int) const |
| Return one of the end vertexes of the axis.
|
|
Vector | Point (const double &) const |
| Compute a point on the axis.
|
|
Vector | GetAxis () const |
| Returns the normalized axis vector.
|
|
double | Length () const |
| Return the axis length.
|
|
Vector | Symmetric (const Vector &) const |
| Symmetric point.
|
|
Sphere | Symmetric (const Sphere &) const |
| Symmetric sphere.
|
|
Vector | Normal (const Vector &) const |
| Compute the normal vector between a point and its projection onto the edge.
|
|
double | R (const Vector &) const |
| Compute the squared distance to the segment.
|
|
double | R (const Axis &) const |
| Compute the squared distance between two axes.
|
|
double | R (const Vector &, double &) const |
| Compute the squared distance to the axis.
|
|
Matrix | GetFrame () const |
| Compute an orthonormal frame attached to the axis.
|
|
Vector2 | Radial (const Vector &) const |
| Compute the radial coordinates of a point.
|
|
Barr's tapering deformation.
The tapering function is defined by a cubic.