de.grogra.math
Interface BSpline.BezierPatchVisitor

All Known Implementing Classes:
NURBSPolygonizer
Enclosing class:
BSpline

public static interface BSpline.BezierPatchVisitor


Method Summary
 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 Detail

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)