AULib
Class AUCurve
java.lang.Object
AULib.AUBaseCurve
AULib.AUCurve
public class AUCurve
- extends AUBaseCurve
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)
|
Methods inherited from class AULib.AUBaseCurve |
getCurveType, getIndexTan, getIndexValue, getTanX, getTanY, getTanZ, getX, getY, getZ, setClamping, setDensity, setKnotIndexValue, setKnotValues, setX, setXY, setXYZ, setY, setZ |
Matrix_CatmullRom
public static final float[][] Matrix_CatmullRom
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