MGCL V10
V10
MGCL V10
|
Express a splitting line for a face for tessellation. [詳解]
公開メンバ関数 | |
mgTL2PlBridge (mgTL2Polyline *line, const MGLEPoint &le_start, const MGLEPoint &le_end) | |
MGEdge * | copy_edge () |
MGEdge * | release_edge () |
MGLEPoint & | le_start () |
MGLEPoint & | le_end () |
フレンド | |
std::ostream & | operator<< (std::ostream &out, const mgTL2PlBridge &bridge) |
Express a splitting line for a face for tessellation.
Private class for tessellation. Express a splitting line for a face, that starts from an MGLoop and that ends on an MGLoop. The both ends are expressed by m_le_start and m_le_end.
mgTL2PlBridge::mgTL2PlBridge | ( | mgTL2Polyline * | line, |
const MGLEPoint & | le_start, | ||
const MGLEPoint & | le_end | ||
) |
MGEdge* mgTL2PlBridge::copy_edge | ( | ) |
|
inline |
|
inline |
MGEdge* mgTL2PlBridge::release_edge | ( | ) |
|
friend |