#include "pandabase.h"
#include "hermiteCurve.h"
#include "config_parametrics.h"
#include "luse.h"
#include <indent.h>
#include <datagram.h>
#include <datagramIterator.h>
#include <bamWriter.h>
#include <bamReader.h>
#include <math.h>
Go to the source code of this file.
Functions | |
ostream & | show_vec3 (ostream &out, int indent_level, const LVecBase3f &v, int num_dimensions) |
This function writes a LVecBase3f, with a specified number of significant dimensions. | |
void | wrap_hpr (const LVecBase3f &hpr1, LVecBase3f &hpr2) |
Variables | |
const LVecBase3f | zerovec_3f = LVecBase3f(0.0f, 0.0f, 0.0f) |
Definition in file hermiteCurve.cxx.
|
This function writes a LVecBase3f, with a specified number of significant dimensions.
Definition at line 52 of file hermiteCurve.cxx. Referenced by HermiteCurveCV::format_egg(), and HermiteCurveCV::set_type(). |
|
Definition at line 956 of file hermiteCurve.cxx. References HermiteCurveCV::fillin(), PiecewiseCurve::fillin(), DatagramIterator::get_uint32(), and size_t. |
|
Definition at line 37 of file hermiteCurve.cxx. Referenced by HermiteCurve::get_num_cvs(), HermiteCurve::set_cv_in(), and HermiteCurve::set_cv_point(). |