de.grogra.math
Interface BSplineCurveList
- All Superinterfaces:
- ContextDependent
- All Known Implementing Classes:
- CurveSequence, ExtendedSweep, ProfileSweep, RuledSurface, Sweep, SweepSequence
public interface BSplineCurveList
- extends ContextDependent
areCurvesCompatible
boolean areCurvesCompatible(GraphState gs)
getDegree
int getDegree(int curve,
GraphState gs)
getDimension
int getDimension(int curve,
GraphState gs)
getKnot
float getKnot(int curve,
int index,
GraphState gs)
getSize
int getSize(GraphState gs)
getSize
int getSize(int curve,
GraphState gs)
getVertex
int getVertex(float[] out,
int curve,
int index,
GraphState gs)
isRational
boolean isRational(int curve,
GraphState gs)