AULib
Class AUBezier

java.lang.Object
  extended by AULib.AUBaseCurve
      extended by AULib.AUBezier

public class AUBezier
extends AUBaseCurve


Field Summary
 
Fields inherited from class AULib.AUBaseCurve
BEZCURVE, CRCURVE
 
Constructor Summary
AUBezier(float[][] _knots, int _numGeomVals, boolean _makeClosed)
           
AUBezier(float _x0, float _y0, float _x1, float _y1, float _x2, float _y2, float _x3, float _y3)
           
AUBezier(float _x0, float _y0, float _z0, float _x1, float _y1, float _z1, float _x2, float _y2, float _z2, float _x3, float _y3, float _z3)
           
 
Method Summary
 
Methods inherited from class AULib.AUBaseCurve
getCurveType, getIndexTan, getIndexValue, getTanX, getTanY, getTanZ, getX, getY, getZ, setClamping, setDensity, setKnotIndexValue, setKnotValues, setX, setXY, setXYZ, setY, setZ
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AUBezier

public AUBezier(float _x0,
                float _y0,
                float _x1,
                float _y1,
                float _x2,
                float _y2,
                float _x3,
                float _y3)

AUBezier

public AUBezier(float _x0,
                float _y0,
                float _z0,
                float _x1,
                float _y1,
                float _z1,
                float _x2,
                float _y2,
                float _z2,
                float _x3,
                float _y3,
                float _z3)

AUBezier

public AUBezier(float[][] _knots,
                int _numGeomVals,
                boolean _makeClosed)


Processing library AULib by Andrew Glassner. (c) 2014-5 Andrew Glassner