Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | PlanarModel --+ | Curve2D --+ | BezierCurve2D
BezierCurve2D describes rational and non rational 2D Bezier curve. It is represented by a degree and a list of control Points. See BezierCurve.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
ctrlPointList | |
stride | |
Inherited from Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (Point3Array)arg2 [, (int)arg3]) -> None : C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Point3Array> [,unsigned int])
|
__repr__( (BezierCurve2D)arg1) -> str : C++ signature : class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __repr__(class PGL::BezierCurve2D *)
|
copy( (BezierCurve2D)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::BezierCurve2D {lvalue}) |
isStrideToDefault( (BezierCurve2D)arg1) -> bool : C++ signature : bool isStrideToDefault(class PGL::BezierCurve2D {lvalue}) |
Property Details |
ctrlPointList
|
stride
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |