de.grogra.math
Interface BSplineCurve

All Superinterfaces:
ContextDependent, KnotVector, VertexList, VertexSet
All Known Implementing Classes:
Arc, BezierCurve, BSplineCurveImpl, BSplineOfVertices, Circle, Circular, Curve, CurveRef, Ellipse, Helix, IsoCurve, RegularPolygon, StraightLine, VertexSequence

public interface BSplineCurve
extends VertexList, KnotVector


Method Summary
 int getDegree(GraphState gs)
           
 
Methods inherited from interface de.grogra.math.VertexList
getSize
 
Methods inherited from interface de.grogra.math.VertexSet
getDimension, getVertex, isRational
 
Methods inherited from interface de.grogra.graph.ContextDependent
dependsOnContext, writeStamp
 
Methods inherited from interface de.grogra.math.KnotVector
getKnot
 

Method Detail

getDegree

int getDegree(GraphState gs)