Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | LineicModel
Abstract base class for all lineic model.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
firstKnot | |
lastKnot | |
Inherited from Inherited from |
Method Details |
findClosest( (LineicModel)arg1, (Vector3)point) -> object : C++ signature : class boost::python::api::object findClosest(class PGL::LineicModel *,class TOOLS::Vector3) |
getArcLengthToUMapping( (LineicModel)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::LineicModel {lvalue}) |
getLength( (LineicModel)arg1) -> float : C++ signature : double getLength(class PGL::LineicModel {lvalue}) getLength( (LineicModel)arg1, (float)begin) -> float : C++ signature : double getLength(class PGL::LineicModel {lvalue},double) getLength( (LineicModel)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::LineicModel {lvalue},double,double) |
getNormalAt( (LineicModel)arg1, (float)u) -> Vector3 : C++ signature : class TOOLS::Vector3 getNormalAt(class PGL::LineicModel const *,double) |
getPointAt( (LineicModel)arg1, (float)u) -> Vector3 : C++ signature : class TOOLS::Vector3 getPointAt(class PGL::LineicModel const *,double) |
getStride( (LineicModel)arg1) -> int : C++ signature : unsigned int getStride(class PGL::LineicModel {lvalue}) |
getTangentAt( (LineicModel)arg1, (float)u) -> Vector3 : C++ signature : class TOOLS::Vector3 getTangentAt(class PGL::LineicModel const *,double) |
getUToArcLengthMapping( (LineicModel)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::LineicModel {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 |