Class NurbsLibrary

java.lang.Object
com.tempestasludi.processing.nurbs.NurbsLibrary

public class NurbsLibrary extends Object
This is a template class and can be used to start a new processing Library. Make sure you rename this class as well as the name of the example package 'template' to your own Library naming convention. (the tag example followed by the name of an example included in folder 'examples' will automatically include the example in the javadoc.)
  • Field Details

  • Constructor Details

    • NurbsLibrary

      public NurbsLibrary(PApplet theParent)
      a Constructor, usually called in the setup() method in your sketch to initialize and start the Library.
      Parameters:
      theParent - the parent PApplet
  • Method Details

    • sayHello

      public String sayHello()
    • version

      public static String version()
      return the version of the Library.
      Returns:
      String
    • setVariable

      public void setVariable(int theA, int theB)
      Parameters:
      theA - the width of test
      theB - the height of test
    • getVariable

      public int getVariable()
      Returns:
      int