Module math

Interface KnotVector

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

public interface KnotVector
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getKnot(int dim, int index, GraphState gs)
     
  • Method Details

    • getKnot

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