Module math

Class SwungSurface

All Implemented Interfaces:
ContextDependent, BSplineSurface, KnotVector, VertexGrid, VertexSet, Manageable, Shareable

public class SwungSurface extends ProductSurface
  • Field Details

  • Constructor Details

    • SwungSurface

      public SwungSurface()
    • SwungSurface

      public SwungSurface(BSplineCurve profile, BSplineCurve trajectory, float shift, float scale)
  • Method Details

    • getManageableType

      public ManageableType getManageableType()
    • getShift

      public float getShift()
    • setShift

      public void setShift(float value)
    • getScale

      public float getScale()
    • setScale

      public void setScale(float value)
    • getVertex

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