Panda3D
Loading...
Searching...
No Matches
Classes | Macros
hermiteCurve.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "piecewiseCurve.h"
#include "cubicCurveseg.h"

Go to the source code of this file.

Classes

class  HermiteCurve
 A parametric curve defined by a sequence of control vertices, each with an in and out tangent. More...
 
class  HermiteCurveCV
 A single CV of a Hermite curve. More...
 

Macros

#define HC_CUT   1
 
#define HC_FREE   2
 
#define HC_G1   3
 
#define HC_SMOOTH   4
 

Detailed Description

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."

Author
drose
Date
1998-02-27

Definition in file hermiteCurve.h.

Macro Definition Documentation

◆ HC_CUT

#define HC_CUT   1

Definition at line 23 of file hermiteCurve.h.

◆ HC_FREE

#define HC_FREE   2

Definition at line 27 of file hermiteCurve.h.

◆ HC_G1

#define HC_G1   3

Definition at line 31 of file hermiteCurve.h.

◆ HC_SMOOTH

#define HC_SMOOTH   4

Definition at line 39 of file hermiteCurve.h.