AULib
Class AUCurve

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

public class AUCurve
extends AUBaseCurve


Field Summary
static float[][] Matrix_CatmullRom
           
 
Fields inherited from class AULib.AUBaseCurve
BEZCURVE, CRCURVE
 
Constructor Summary
AUCurve(float[][] _knots, int _numGeomVals, boolean _makeClosed)
           
AUCurve(float _x0, float _y0, float _x1, float _y1, float _x2, float _y2, float _x3, float _y3)
           
AUCurve(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
 

Field Detail

Matrix_CatmullRom

public static final float[][] Matrix_CatmullRom
Constructor Detail

AUCurve

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

AUCurve

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

AUCurve

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


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