C++ API Reference
|
This is the complete list of members for MNurbsIntersector, including all inherited members.
className() | MNurbsIntersector | static |
create(MObject &nurbsObject, const MMatrix &matrix=MMatrix::identity) | MNurbsIntersector | |
getClosestPoint(const MPoint &point, MPointOnNurbs &nurbsPoint, double maxDistance=DBL_MAX) const | MNurbsIntersector | |
getIntersect(const MPoint &rayStartingPoint, const MVector &alongThisDirection, double &u, double &v, MPoint &pntOfIntersection, double tolerance) const | MNurbsIntersector | |
getIntersects(const MPoint &rayStartingPoint, const MVector &alongThisDirection, MDoubleArray &uArray, MDoubleArray &vArray, MPointArray &points, double tolerance) const | MNurbsIntersector | |
isCreated(void) const | MNurbsIntersector | |
MNurbsIntersector(void) | MNurbsIntersector | |
~MNurbsIntersector(void) | MNurbsIntersector | virtual |