Module 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, Connection, 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 Details

    • getDimension

      int getDimension(GraphState gs)
    • isRational

      boolean isRational(GraphState gs)
    • getVertex

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