Atoms Crowd
7.0.0
|
This is the complete list of members for AtomsUtils::Curve, including all inherited members.
basis(int knotSpan, float u) const | AtomsUtils::Curve | |
closestPoint(const AtomsMath::Vector3f &point, unsigned int maxStep=6, unsigned int maxIterations=10, float tollarence=0.0001f) | AtomsUtils::Curve | virtual |
closestTangent(const AtomsMath::Vector3f &point, unsigned int maxStep=6, unsigned int maxIterations=10, float tollarence=0.0001f) | AtomsUtils::Curve | virtual |
computeUniformKnots() | AtomsUtils::Curve | |
Curve() | AtomsUtils::Curve | |
Curve(const std::vector< AtomsMath::Vector3f > cvs, unsigned int degree) | AtomsUtils::Curve | |
curveDerivs(float param, unsigned int nderiv) const | AtomsUtils::Curve | |
cvs() | AtomsUtils::Curve | |
cvs() const | AtomsUtils::Curve | |
degree() const | AtomsUtils::Curve | |
dersBasis(int knotSpan, float u, unsigned int degree) const | AtomsUtils::Curve | |
findKnot(float u) const | AtomsUtils::Curve | |
findMult(int r) const | AtomsUtils::Curve | |
findSpan(float u) const | AtomsUtils::Curve | |
knots() | AtomsUtils::Curve | |
knots() const | AtomsUtils::Curve | |
maxU() const | AtomsUtils::Curve | |
operator=(const Curve &curve) | AtomsUtils::Curve | |
parallelFrameAtPoint(unsigned int samples, AtomsMath::Vector3f upVec, float param) const | AtomsUtils::Curve | |
parallelFrameNormals(unsigned int samples, AtomsMath::Vector3f upVec) const | AtomsUtils::Curve | |
pointOnCurve(float param) const | AtomsUtils::Curve | |
setDegree(unsigned int degree) | AtomsUtils::Curve | |
tangentOnCurve(float param) const | AtomsUtils::Curve | |
~Curve() | AtomsUtils::Curve | virtual |