de.grogra.math
Interface VertexSet

All Superinterfaces:
ContextDependent
All Known Subinterfaces:
BSplineCurve, BSplineSurface, VertexGrid, VertexList
All Known Implementing Classes:
Arc, BezierCurve, BezierSurface, BSplineCurveImpl, BSplineOfVertices, BSplineSurfaceImpl, Circle, Circular, Curve, CurveRef, Ellipse, ExtrudedSurface, HeightField, Helix, ImageHeightField, IsoCurve, NetworkHeightField, ProductSurface, RegularPolygon, SkinnedSurface, StraightLine, SubGrid, SurfaceRef, SwungSurface, VertexGridImpl, VertexListImpl, VertexSequence, VertexSetBase

public interface VertexSet
extends ContextDependent


Method Summary
 int getDimension(GraphState gs)
           
 int getVertex(float[] out, int index, GraphState gs)
           
 boolean isRational(GraphState gs)
           
 
Methods inherited from interface de.grogra.graph.ContextDependent
dependsOnContext, writeStamp
 

Method Detail

getDimension

int getDimension(GraphState gs)

getVertex

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

isRational

boolean isRational(GraphState gs)