#include <pcl/surface/3rdparty/opennurbs/opennurbs_ellipse.h>
List of all members.
Public Member Functions |
| | ON_Ellipse () |
| | ON_Ellipse (const ON_Plane &, double, double) |
| | ON_Ellipse (const ON_Circle &) |
| | ~ON_Ellipse () |
| ON_Ellipse & | operator= (const ON_Circle &) |
| ON_BOOL32 | Create (const ON_Plane &, double, double) |
| ON_BOOL32 | Create (const ON_Circle &) |
| ON_BOOL32 | IsValid () const |
| ON_BOOL32 | IsCircle () const |
| double | Radius (int) const |
| const ON_3dPoint & | Center () const |
| const ON_3dVector & | Normal () const |
| const ON_Plane & | Plane () const |
| double | FocalDistance () const |
| bool | GetFoci (ON_3dPoint &F1, ON_3dPoint &F2) const |
| ON_3dPoint | PointAt (double) const |
| ON_3dVector | DerivativeAt (int, double) const |
| ON_3dVector | TangentAt (double) const |
| ON_3dVector | CurvatureAt (double) const |
| ON_BOOL32 | ClosestPointTo (const ON_3dPoint &, double *) const |
| ON_3dPoint | ClosestPointTo (const ON_3dPoint &) const |
| double | EquationAt (const ON_2dPoint &) const |
| ON_2dVector | GradientAt (const ON_2dPoint &) const |
| ON_BOOL32 | Rotate (double, double, const ON_3dVector &) |
| ON_BOOL32 | Rotate (double, const ON_3dVector &) |
| ON_BOOL32 | Rotate (double, double, const ON_3dVector &, const ON_3dPoint &) |
| ON_BOOL32 | Rotate (double, const ON_3dVector &, const ON_3dPoint &) |
| ON_BOOL32 | Translate (const ON_3dVector &) |
| int | GetNurbForm (ON_NurbsCurve &) const |
Public Attributes |
| ON_Plane | plane |
| double | radius [2] |
Detailed Description
Definition at line 23 of file opennurbs_ellipse.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: