NURBSCurve::ChordLength Struct Reference

NURBSCurve::ChordLength Struct Reference

#include <nurbs.h>

Class Description

Definition at line 122 of file nurbs.h.

Public Member Functions

 ChordLength (float fPos=0.0f, float fLength=0.0f)
 

Public Attributes

float m_fPos
 
float m_fLength
 

Constructor & Destructor Documentation

ChordLength ( float  fPos = 0.0f,
float  fLength = 0.0f 
)
inline

Definition at line 124 of file nurbs.h.

124 {m_fPos = fPos; m_fLength = fLength;};

Member Data Documentation

float m_fPos

Definition at line 124 of file nurbs.h.

float m_fLength

Definition at line 124 of file nurbs.h.


The documentation for this struct was generated from the following file: