Class Bspline3d

java.lang.Object
All Implemented Interfaces:
Object3d

public class Bspline3d
extends QuadMesh3d
  • Field Details

  • Constructor Details

    • Bspline3d

      public Bspline3d​(Point3d[][] ctl, java.awt.Color ci, java.awt.Color cj, int steps)
      Create a Bspline patch given 4x4 grid of controls Colours are used for wireframe in s direction and t direction Bspline is approximated by a steps x steps quad mesh
  • Method Details

    • setSteps

      public void setSteps​(int steps)
      set step size for Bspline
    • setPoints

      public void setPoints()
      Create a Bspline patch given 4x4 grid of controls Colours are used for wireframe in s direction and t direction