Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | PlanarModel --+ | Curve2D
Abstract base class for objects of type of 2D parametric curve.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
firstKnot | |
lastKnot | |
Inherited from Inherited from |
Method Details |
getArcLengthToUMapping( (Curve2D)arg1) -> QuantisedFunction : getArcLengthToUMapping() : Return a function that gives for each arc length the u parametrization of the curve. C++ signature : class TOOLS::RefCountPtr<class PGL::QuantisedFunction> getArcLengthToUMapping(class PGL::Curve2D {lvalue}) |
getLength( (Curve2D)arg1) -> float : C++ signature : double getLength(class PGL::Curve2D {lvalue}) getLength( (Curve2D)arg1, (float)begin) -> float : C++ signature : double getLength(class PGL::Curve2D {lvalue},double) getLength( (Curve2D)arg1, (float)begin, (float)end) -> float : getLength([begin,end]) : Return length of the curve from u = begin to u = end. C++ signature : double getLength(class PGL::Curve2D {lvalue},double,double) |
getPointAt( (Curve2D)arg1, (float)u) -> Vector2 : C++ signature : class TOOLS::Vector2 getPointAt(class PGL::Curve2D const *,double) |
getStride( (Curve2D)arg1) -> int : C++ signature : unsigned int getStride(class PGL::Curve2D {lvalue}) |
getUToArcLengthMapping( (Curve2D)arg1) -> QuantisedFunction : getUToArcLengthMapping() : Return a function that gives for each u the arc length parametrization of the curve. C++ signature : class TOOLS::RefCountPtr<class PGL::QuantisedFunction> getUToArcLengthMapping(class PGL::Curve2D {lvalue}) |
Property Details |
firstKnot
|
lastKnot
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |