All Packages  This Package  Class Hierarchy  Class Search  Index

Class acg.stuttgart.rich.spline.FastCRSpline3D
java.lang.Object
   |
   +----acg.stuttgart.rich.spline.Spline3D
           |
           +----acg.stuttgart.rich.spline.CatmullRomSpline3D
                   |
                   +----acg.stuttgart.rich.spline.FastCRSpline3D

  Summary

public class  FastCRSpline3D
     extends acg.stuttgart.rich.spline.CatmullRomSpline3D
{
          // Constructors 2
     public FastCRSpline3D();
     public FastCRSpline3D(float);

          // Methods 4
     public void addKnot(Vector3D, float) throws SplineException;
     public void evaluate(float, Vector3D) throws SplineException;
     protected void internalBuildTree(int, int);
     protected void internalUpdateTree(int, int, CatmullRomSpline3D.HermiteTreeNode);
}

The FastCRSpline class is a faster version of the CatmullRomSpline3D class. The additional speed comes from requiring that all knots have equal parametric spacing.


  Cross Reference

Extended By:
FastCRSplineLoop3D





  Constructors

· FastCRSpline3D

Summary  |  Top
   public FastCRSpline3D(float smoothness) 

The FastCRSpline3D constructor takes no arguments, and produces an "empty" spline containing no knots. At least three knots must be added before the spline can be evaluated.



· FastCRSpline3D

Summary  |  Top
   public FastCRSpline3D() 


  Methods

· addKnot

Summary  |  Top
   public void addKnot(Vector3D p, 
                       float l)  throws SplineException

Override the parametric version of addKnot so that it throws an exception if the length of the segment is not equal to one.

Overrides:
addKnot in class CatmullRomSpline3D


· evaluate

Summary  |  Top
   public void evaluate(float s, 
                        Vector3D val)  throws SplineException

Override evaluate so that it doesn't traverse the tree, but indexes directly into the knot vector.

Overrides:
evaluate in class CatmullRomSpline3D


· internalBuildTree

Summary  |  Top
   protected void internalBuildTree(int min, 
                                    int max) 

This version of the internalBuild tree method actually constructs an array of spline segments.

Overrides:
internalBuildTree in class CatmullRomSpline3D


· internalUpdateTree

Summary  |  Top
   protected void internalUpdateTree(int min, 
                                     int max, 
                                     CatmullRomSpline3D.HermiteTreeNode node) 

This method updates the spline array.

Overrides:
internalUpdateTree in class CatmullRomSpline3D


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7