Module math

Interface BSpline.BezierPatchVisitor

All Known Implementing Classes:
NURBSPolygonizer
Enclosing class:
BSpline

public static interface BSpline.BezierPatchVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(int uIndex, int vIndex, float[] data, int dimension, int uDegree, int vDegree, float uLeft, float uRight, float vLeft, float vRight, boolean uvPermuted)
     
  • Method Details

    • visit

      void visit(int uIndex, int vIndex, float[] data, int dimension, int uDegree, int vDegree, float uLeft, float uRight, float vLeft, float vRight, boolean uvPermuted)