|
Rhino C++ API
8.24
|
This is the complete list of members for ON_3dSimplex, including all inherited members.
| AddVertex(const ON_3dPoint &) | ON_3dSimplex | |
| BoundingBox() const | ON_3dSimplex | |
| Count() const | ON_3dSimplex | |
| Edge(int e0, int e1) const | ON_3dSimplex | |
| Evaluate(const double *b) const | ON_3dSimplex | |
| Evaluate(const ON_4dPoint &b) const | ON_3dSimplex | |
| FaceNormal(int noti=0) const | ON_3dSimplex | |
| FaceUnitNormal(int noti=0) const | ON_3dSimplex | |
| GetBoundingBox(ON_BoundingBox &bbox, int bGrowBox=false) const | ON_3dSimplex | |
| GetClosestPoint(const ON_3dPoint &P0, ON_4dPoint &Bary, double maximum_distance=ON_DBL_MAX) const | ON_3dSimplex | |
| GetClosestPointToOrigin(ON_4dPoint &Bary) const | ON_3dSimplex | |
| GetTightBoundingBox(ON_BoundingBox &tight_bbox, bool bGrowBox=false, const ON_Xform *xform=nullptr) const | ON_3dSimplex | |
| IsValid(double eps) const | ON_3dSimplex | |
| MaximumCoordinate() const | ON_3dSimplex | |
| ON_3dSimplex() | ON_3dSimplex | |
| ON_3dSimplex(const ON_3dPoint &a) | ON_3dSimplex | explicit |
| ON_3dSimplex(const ON_3dPoint &a, const ON_3dPoint &b) | ON_3dSimplex | |
| ON_3dSimplex(const ON_3dPoint &a, const ON_3dPoint &b, const ON_3dPoint &c) | ON_3dSimplex | |
| ON_3dSimplex(const ON_3dPoint &a, const ON_3dPoint &b, const ON_3dPoint &c, const ON_3dPoint &d) | ON_3dSimplex | |
| ON_3dSimplex(const ON_3dSimplex &rhs)=default | ON_3dSimplex | |
| operator=(const ON_3dSimplex &rhs)=default | ON_3dSimplex | |
| operator[](int) | ON_3dSimplex | |
| operator[](int i) const | ON_3dSimplex | |
| RemoveVertex(int i) | ON_3dSimplex | |
| Rotate(double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) | ON_3dSimplex | |
| Rotate(double angle_in_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) | ON_3dSimplex | |
| SetVertex(int i, ON_3dPoint P) | ON_3dSimplex | |
| SignedVolume() const | ON_3dSimplex | |
| Transform(const ON_Xform &xform) | ON_3dSimplex | |
| Translate(const ON_3dVector &delta) | ON_3dSimplex | |
| Vertex(int i) const | ON_3dSimplex | |
| Vertex(int i) | ON_3dSimplex | |
| Volume() const | ON_3dSimplex | |
| ~ON_3dSimplex()=default | ON_3dSimplex |
1.8.17