| Home | Trees | Index | Help |
|
|---|
| Module BezTriple :: Class BezTriple |
|
| Method Summary | |
|---|---|
| list of floats |
Returns the x,y coordinates of the Bezier knot point (deprecated). |
| list consisting of 3 lists of 3 floats |
Returns the x,y,z coordinates for each of the three points that make up a BezierTriple (deprecated). |
| None |
Sets the x,y coordinates of the Bezier knot point (deprecated). |
| Instance Variable Summary | |
|---|---|
handleTypes: the types of the point's two handles. | |
| int | hide: the visibility status of the knot. |
| list of two floats | pt: the [x,y] coordinates for knot point of this BezTriple. |
| float | radius: the radius of this point (used for tapering bevels) |
| list of three ints | selects: the select status for [handle, knot, handle]. |
| float | tilt: the tilt/alpha value for the point |
| list of points | vec: a list of the 3 points [ handle, knot, handle ] that comprise a
BezTriple, with each point composed of a list [x,y,z] of floats. |
| float | weight: the weight assigned to the control point. |
| Method Details |
|---|
getPoints()Returns the x,y coordinates of the Bezier knot point (deprecated). See theBezTriple.pt attribute.
|
getTriple()Returns the x,y,z coordinates for each of the three points that make up a BezierTriple (deprecated). See theBezTriple.vec attribute.
|
setPoints(newval)Sets the x,y coordinates of the Bezier knot point (deprecated). See theBezTriple.pt attribute.
|
| Instance Variable Details |
|---|
handleTypesthe types of the point's two handles. SeeHandleTypes for a complete description.
@type handleTypes list of two ints
|
hidethe visibility status of the knot. Note: true/nonzero means not hidden. Note: primarily intended for curves; not a good idea to hide IPO control points.
|
ptthe [x,y] coordinates for knot point of this BezTriple. After changing coordinates of a Ipo curve, it is advisable to callIpoCurve.recalc() to update the curve.
|
radiusthe radius of this point (used for tapering bevels)
|
selectsthe select status for [handle, knot, handle]. True/nonzero if the point is selected.
|
tiltthe tilt/alpha value for the point
|
weightthe weight assigned to the control point. Useful for softbodies and possibly others.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |