de.grogra.math
Interface KnotVector

All Known Subinterfaces:
BSplineCurve, BSplineSurface
All Known Implementing Classes:
Arc, BezierCurve, BezierSurface, BSplineCurveImpl, BSplineOfVertices, BSplineSurfaceImpl, Circle, Circular, Curve, CurveRef, Ellipse, ExtrudedSurface, Helix, IsoCurve, KnotVectorImpl, ProductSurface, RegularPolygon, SkinnedSurface, SplineFunction, StraightLine, SurfaceRef, SwungSurface, VertexSequence

public interface KnotVector


Method Summary
 float getKnot(int dim, int index, GraphState gs)
           
 

Method Detail

getKnot

float getKnot(int dim,
              int index,
              GraphState gs)