#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
class | ON_HatchExtra |
Defines | |
#define | ARBBOUND 0.015625 |
Functions | |
static double | Angle3d (const ON_3dVector &axis, ON_3dVector &from, const ON_3dVector &to) |
void | arbaxis (const ON_3dVector &givenaxis, ON_3dVector &newaxis) |
double | arbaxisRotation (const ON_Plane &plane) |
ON_OBJECT_IMPLEMENT (ON_HatchExtra, ON_UserData,"3FF7007C-3D04-463f-84E3-132ACEB91062") | |
ON_OBJECT_IMPLEMENT (ON_HatchPattern, ON_Object,"064E7C91-35F6-4734-A446-79FF7CD659E1") | |
ON_OBJECT_IMPLEMENT (ON_Hatch, ON_Geometry,"0559733B-5332-49d1-A936-0532AC76ADE5") | |
static void | UnrotateHatch (ON_Hatch *hatch) |
#define ARBBOUND 0.015625 |
Definition at line 1173 of file opennurbs_hatch.cpp.
static double Angle3d | ( | const ON_3dVector & | axis, |
ON_3dVector & | from, | ||
const ON_3dVector & | to | ||
) | [static] |
Definition at line 1151 of file opennurbs_hatch.cpp.
void arbaxis | ( | const ON_3dVector & | givenaxis, |
ON_3dVector & | newaxis | ||
) |
Definition at line 1174 of file opennurbs_hatch.cpp.
double arbaxisRotation | ( | const ON_Plane & | plane | ) |
Definition at line 1184 of file opennurbs_hatch.cpp.
ON_OBJECT_IMPLEMENT | ( | ON_HatchExtra | , |
ON_UserData | , | ||
"3FF7007C-3D04-463f-84E3-132ACEB91062" | |||
) |
ON_OBJECT_IMPLEMENT | ( | ON_HatchPattern | , |
ON_Object | , | ||
"064E7C91-35F6-4734-A446-79FF7CD659E1" | |||
) |
ON_OBJECT_IMPLEMENT | ( | ON_Hatch | , |
ON_Geometry | , | ||
"0559733B-5332-49d1-A936-0532AC76ADE5" | |||
) |
static void UnrotateHatch | ( | ON_Hatch * | hatch | ) | [static] |
Definition at line 1203 of file opennurbs_hatch.cpp.