#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Defines | |
#define | EVAL_SETUP_MAJOR |
#define | EVAL_SETUP_MINOR |
#define EVAL_SETUP_MAJOR |
const double sin_MA = sin(major_angle_radians);\ const double cos_MA = cos(major_angle_radians);\ const ON_3dVector raxis = cos_MA*plane.xaxis + sin_MA*plane.yaxis
Definition at line 75 of file opennurbs_torus.cpp.
#define EVAL_SETUP_MINOR |
const double sin_ma = sin(minor_angle_radians);\ const double cos_ma = cos(minor_angle_radians)
Definition at line 71 of file opennurbs_torus.cpp.