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.