#include <pandabase.h>
#include "parametricCurve.h"
Go to the source code of this file.
Compounds | |
class | CubicCurveseg |
A CubicCurveseg is any curve that can be completely described by four 4-valued basis vectors, one for each dimension in three-space, and one for the homogeneous coordinate. More... | |
Defines | |
#define | RT_POINT 0x01 |
#define | RT_TANGENT 0x02 |
#define | RT_CV 0x03 |
#define | RT_BASE_TYPE 0xff |
#define | RT_KEEP_ORIG 0x100 |
Functions | |
void | compute_nurbs_basis (int order, const float knots_in[], LMatrix4f &basis) |
Definition in file cubicCurveseg.h.
|
Definition at line 36 of file cubicCurveseg.h. |
|
Definition at line 35 of file cubicCurveseg.h. Referenced by compute_seg_col(). |
|
Definition at line 38 of file cubicCurveseg.h. Referenced by ClassicNurbsCurve::get_knot(). |
|
Definition at line 33 of file cubicCurveseg.h. |
|
Definition at line 34 of file cubicCurveseg.h. |
|
Definition at line 298 of file cubicCurveseg.cxx. |