#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
| class | ON__OBSOLETE__CircleCurve |
Functions | |
| static double | ArcDeFuzz (double d) |
| static ON_Object * | CreateNewON_CircleCurve () |
| static ON_BOOL32 | NurbsCurveArc (const ON_Arc &arc, int dim, ON_NurbsCurve &nurb) |
| ON_OBJECT_IMPLEMENT (ON_ArcCurve, ON_Curve,"CF33BE2A-09B4-11d4-BFFB-0010830122F0") | |
| static double ArcDeFuzz | ( | double | d | ) | [static] |
Definition at line 670 of file opennurbs_arccurve.cpp.
| static ON_Object* CreateNewON_CircleCurve | ( | ) | [static] |
Definition at line 1136 of file opennurbs_arccurve.cpp.
| static ON_BOOL32 NurbsCurveArc | ( | const ON_Arc & | arc, |
| int | dim, | ||
| ON_NurbsCurve & | nurb | ||
| ) | [static] |
Definition at line 686 of file opennurbs_arccurve.cpp.
| ON_OBJECT_IMPLEMENT | ( | ON_ArcCurve | , |
| ON_Curve | , | ||
| "CF33BE2A-09B4-11d4-BFFB-0010830122F0" | |||
| ) |