Home | Trees | Index | Help |
|
---|
Module Ipo :: Class IpoCurve |
|
Method Summary | |
---|---|
PyNone |
Adds a Bezier point to a curve. |
string |
Gets the extrapolation type of the curve. |
string |
Gets the interpolation type of the curve. |
string |
Returns the name of the ipo curve.This name can be : LocX,LocY,LocZ,dLocX,dLocY,dLocZ,RotX,RotY,RotZ,dRotX,dRotY,dRotZ,SizeX,SizeY,SizeZ,dSizeX,dSizeY,dSizeZ,Layer,Time,ColR,ColG,ColB, or ColA. |
list |
Returns all the points of the ipo curve. |
PyNone |
Recomputes the curent value of the curve. |
PyNone |
Sets the extrapolation type of the curve. |
PyNone |
Sets the interpolation type of the curve. |
Class Variable Summary | |
---|---|
bezierPoints : The list of the Bezier points. | |
name : The Curve Data name. |
Method Details |
---|
addBezier(coordlist)Adds a Bezier point to a curve.
|
getExtrapolation()Gets the extrapolation type of the curve.
|
getInterpolation()Gets the interpolation type of the curve.
|
getName()Returns the name of the ipo curve.This name can be : LocX,LocY,LocZ,dLocX,dLocY,dLocZ,RotX,RotY,RotZ,dRotX,dRotY,dRotZ,SizeX,SizeY,SizeZ,dSizeX,dSizeY,dSizeZ,Layer,Time,ColR,ColG,ColB, or ColA.
|
getPoints()Returns all the points of the ipo curve.
|
Recalc()Recomputes the curent value of the curve.
|
setExtrapolation(extrapolationtype)Sets the extrapolation type of the curve.
|
setInterpolation(interpolationtype)Sets the interpolation type of the curve.
|
Class Variable Details |
---|
bezierPointsThe list of the Bezier points. |
nameThe Curve Data name. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Nov 11 20:06:11 2003 | http://epydoc.sf.net |