Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CurveFitter::DataPoint Class Reference

Public Member Functions

bool operator< (const DataPoint &other) const
 
void output (std::ostream &out) const
 

Public Attributes

LVecBase3 _hpr
 
LVecBase3 _hpr_tangent
 
PN_stdfloat _t
 
LVecBase3 _tangent
 
LVecBase3 _xyz
 

Detailed Description

Definition at line 63 of file curveFitter.h.

Constructor & Destructor Documentation

◆ DataPoint()

CurveFitter::DataPoint::DataPoint ( )
inline

Definition at line 17 of file curveFitter.I.

Member Function Documentation

◆ operator<()

bool CurveFitter::DataPoint::operator< ( const DataPoint & other) const
inline

Definition at line 39 of file curveFitter.I.

◆ output()

void CurveFitter::DataPoint::output ( std::ostream & out) const
inline

Definition at line 30 of file curveFitter.I.

Member Data Documentation

◆ _hpr

LVecBase3 CurveFitter::DataPoint::_hpr

Definition at line 71 of file curveFitter.h.

◆ _hpr_tangent

LVecBase3 CurveFitter::DataPoint::_hpr_tangent

Definition at line 73 of file curveFitter.h.

◆ _t

PN_stdfloat CurveFitter::DataPoint::_t

Definition at line 69 of file curveFitter.h.

◆ _tangent

LVecBase3 CurveFitter::DataPoint::_tangent

Definition at line 72 of file curveFitter.h.

◆ _xyz

LVecBase3 CurveFitter::DataPoint::_xyz

Definition at line 70 of file curveFitter.h.


The documentation for this class was generated from the following files: