Module math

Interface BSplineCurveList

All Superinterfaces:
ContextDependent
All Known Implementing Classes:
CurveSequence, ExtendedSweep, ProfileSweep, RuledSurface, Sweep, SweepSequence

public interface BSplineCurveList extends ContextDependent
  • Method Details

    • getSize

      int getSize(GraphState gs)
    • getDimension

      int getDimension(int curve, GraphState gs)
    • getVertex

      int getVertex(float[] out, int curve, int index, GraphState gs)
    • getSize

      int getSize(int curve, GraphState gs)
    • getKnot

      float getKnot(int curve, int index, GraphState gs)
    • getDegree

      int getDegree(int curve, GraphState gs)
    • isRational

      boolean isRational(int curve, GraphState gs)
    • areCurvesCompatible

      boolean areCurvesCompatible(GraphState gs)