#include <opennurbs_ellipse.h>
|
const ON_3dPoint & | Center () const |
|
ON_3dPoint | ClosestPointTo (const ON_3dPoint &) const |
|
ON_BOOL32 | ClosestPointTo (const ON_3dPoint &, double *) const |
|
ON_BOOL32 | Create (const ON_Circle &) |
|
ON_BOOL32 | Create (const ON_Plane &, double, double) |
|
ON_3dVector | CurvatureAt (double) const |
|
ON_3dVector | DerivativeAt (int, double) const |
|
double | EquationAt (const ON_2dPoint &) const |
|
double | FocalDistance () const |
|
bool | GetFoci (ON_3dPoint &F1, ON_3dPoint &F2) const |
|
int | GetNurbForm (ON_NurbsCurve &) const |
|
ON_2dVector | GradientAt (const ON_2dPoint &) const |
|
ON_BOOL32 | IsCircle () const |
|
ON_BOOL32 | IsValid () const |
|
const ON_3dVector & | Normal () const |
|
| ON_Ellipse () |
|
| ON_Ellipse (const ON_Circle &) |
|
| ON_Ellipse (const ON_Plane &, double, double) |
|
ON_Ellipse & | operator= (const ON_Circle &) |
|
const ON_Plane & | Plane () const |
|
ON_3dPoint | PointAt (double) const |
|
double | Radius (int) const |
|
ON_BOOL32 | Rotate (double, const ON_3dVector &) |
|
ON_BOOL32 | Rotate (double, const ON_3dVector &, const ON_3dPoint &) |
|
ON_BOOL32 | Rotate (double, double, const ON_3dVector &) |
|
ON_BOOL32 | Rotate (double, double, const ON_3dVector &, const ON_3dPoint &) |
|
ON_3dVector | TangentAt (double) const |
|
ON_BOOL32 | Translate (const ON_3dVector &) |
|
| ~ON_Ellipse () |
|
◆ ON_Ellipse() [1/3]
ON_Ellipse::ON_Ellipse |
( |
| ) |
|
◆ ON_Ellipse() [2/3]
ON_Ellipse::ON_Ellipse |
( |
const ON_Plane & | p, |
|
|
double | rx, |
|
|
double | ry ) |
◆ ON_Ellipse() [3/3]
◆ ~ON_Ellipse()
ON_Ellipse::~ON_Ellipse |
( |
| ) |
|
◆ Center()
◆ ClosestPointTo() [1/2]
◆ ClosestPointTo() [2/2]
◆ Create() [1/2]
◆ Create() [2/2]
◆ CurvatureAt()
◆ DerivativeAt()
ON_3dVector ON_Ellipse::DerivativeAt |
( |
int | d, |
|
|
double | t ) const |
◆ EquationAt()
◆ FocalDistance()
double ON_Ellipse::FocalDistance |
( |
| ) |
const |
◆ GetFoci()
◆ GetNurbForm()
◆ GradientAt()
◆ IsCircle()
◆ IsValid()
◆ Normal()
◆ operator=()
◆ Plane()
◆ PointAt()
◆ Radius()
double ON_Ellipse::Radius |
( |
int | i | ) |
const |
◆ Rotate() [1/4]
◆ Rotate() [2/4]
◆ Rotate() [3/4]
◆ Rotate() [4/4]
◆ TangentAt()
◆ Translate()
◆ plane
◆ radius
double ON_Ellipse::radius[2] |
The documentation for this class was generated from the following files: