Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
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... | |
Macros | |
#define | RT_BASE_TYPE 0xff |
#define | RT_CV 0x03 |
#define | RT_KEEP_ORIG 0x100 |
#define | RT_POINT 0x01 |
#define | RT_TANGENT 0x02 |
Functions | |
void | compute_nurbs_basis (int order, const PN_stdfloat knots_in[], LMatrix4 &basis) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file cubicCurveseg.h.
#define RT_BASE_TYPE 0xff |
Definition at line 28 of file cubicCurveseg.h.
#define RT_CV 0x03 |
Definition at line 27 of file cubicCurveseg.h.
#define RT_KEEP_ORIG 0x100 |
Definition at line 30 of file cubicCurveseg.h.
#define RT_POINT 0x01 |
Definition at line 25 of file cubicCurveseg.h.
#define RT_TANGENT 0x02 |
Definition at line 26 of file cubicCurveseg.h.
void compute_nurbs_basis | ( | int | order, |
const PN_stdfloat | knots_in[], | ||
LMatrix4 & | basis ) |
Definition at line 224 of file cubicCurveseg.cxx.