#include "piecewiseCurve.h"
#include "config_parametrics.h"
#include "hermiteCurve.h"
#include <datagram.h>
#include <datagramIterator.h>
#include <bamWriter.h>
#include <bamReader.h>
Go to the source code of this file.
Functions | |
LVecBase4f | nurbs_blending_function (int order, int i, int j, const float knots[]) |
void | compute_nurbs_basis (int order, const float knots_in[], LMatrix4f &basis) |
LVecBase4f | col_mult (const LMatrix4f &M, const LVecBase4f &v) |
bool | compute_seg_col (int c, int rtype, float t, const LVecBase4f &v, const LMatrix4f &B, const LMatrix4f &Bi, const LMatrix4f &G, const LMatrix4f &GB, LMatrix4f &T, LMatrix4f &P) |
Interprets the parameters for a particular column of compute_seg. |
Definition in file cubicCurveseg.cxx.
|
Definition at line 417 of file cubicCurveseg.cxx. |
|
Definition at line 298 of file cubicCurveseg.cxx. |
|
Interprets the parameters for a particular column of compute_seg. Builds the indicated column of T and P. Definition at line 436 of file cubicCurveseg.cxx. References RT_CV. |
|
Definition at line 241 of file cubicCurveseg.cxx. |