MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGLLisect クラス

To represent two loops intersection point. [詳解]

公開メンバ関数

 MGLLisect ()
 
 MGLLisect (const MGPosition &uv, const MGLEPoint &lp1, const MGLEPoint &lp2)
 
bool operator< (const MGLLisect &li2) const
 Comparison operator. [詳解]
 
bool operator> (const MGLLisect &li2) const
 
bool operator<= (const MGLLisect &li2) const
 
bool operator>= (const MGLLisect &li2) const
 
bool operator== (const MGLLisect &li2) const
 
bool operator!= (const MGLLisect &li2) const
 
double distance_square (const MGLLisect &is2) const
 Compute distance square of two isect. [詳解]
 
const MGPositionisect_uv () const
 Return isect data. [詳解]
 
const MGLEPointisect1 () const
 
const MGLEPointisect2 () const
 

フレンド

MG_DLL_DECLR friend std::ostream & operator<< (std::ostream &, const MGLLisect &)
 String stream Function. [詳解]
 

詳解

To represent two loops intersection point.

MGLLisect is to represent two loops intersection point of a parent face parameter space. Holds two MGLEPoint data of intersection points.

構築子と解体子

MGLLisect::MGLLisect ( )
MGLLisect::MGLLisect ( const MGPosition uv,
const MGLEPoint lp1,
const MGLEPoint lp2 
)
引数
uvIntersection point data.
lp1First loop's LPoint data.
lp2Second loop's LPoint data.

関数詳解

double MGLLisect::distance_square ( const MGLLisect is2) const

Compute distance square of two isect.

const MGLEPoint& MGLLisect::isect1 ( ) const
inline
const MGLEPoint& MGLLisect::isect2 ( ) const
inline
const MGPosition& MGLLisect::isect_uv ( ) const
inline

Return isect data.

bool MGLLisect::operator!= ( const MGLLisect li2) const
inline
bool MGLLisect::operator< ( const MGLLisect li2) const

Comparison operator.

bool MGLLisect::operator<= ( const MGLLisect li2) const
inline
bool MGLLisect::operator== ( const MGLLisect li2) const
bool MGLLisect::operator> ( const MGLLisect li2) const
inline
bool MGLLisect::operator>= ( const MGLLisect li2) const
inline

フレンドと関連関数の詳解

MG_DLL_DECLR friend std::ostream& operator<< ( std::ostream &  ,
const MGLLisect  
)
friend

String stream Function.


このクラス詳解は次のファイルから抽出されました: