NURBSCurve::ChordLength Struct Reference


Detailed Description

Definition at line 122 of file nurbs.h.

#include <nurbs.h>

List of all members.

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.

{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: