#include <brpress.h>
Inheritance diagram for CPathPointInfo:
Public Member Functions | |
CPathPointInfo () | |
CPathPointInfo & | operator= (CPathPointInfo CP) |
Public Attributes | |
DocCoord | m_Point |
double | m_Tangent |
Definition at line 112 of file brpress.h.
|
Definition at line 115 of file brpress.h.
|
|
Definition at line 117 of file brpress.h. 00118 { 00119 m_Point.x = CP.m_Point.x; 00120 m_Point.y = CP.m_Point.y; 00121 m_Tangent = CP.m_Tangent; 00122 00123 return *this; 00124 }
|
|
|
|
|