tagSEGMENT_SEGMENT_RESULT

関数 Segment_Segment_Analyse の結果を受け取る為の構造体

Members

Variables

SegA_MinDist_Pos
.VECTOR SegA_MinDist_Pos;

線分Aが線分Bに最も接近する線分A上の座標

SegA_MinDist_Pos1_Pos2_t
float SegA_MinDist_Pos1_Pos2_t;

線分Aと線分Bに最も接近する座標の線分Aの t ( 0.0f 〜 1.0f 、最近点座標 = (( SegAPos2 - SegAPos1 ) * t) + SegAPos1 )

SegA_SegB_MinDist_Square
float SegA_SegB_MinDist_Square;

線分Aと線分Bが最も接近する座標間の距離の二乗

SegB_MinDist_Pos
.VECTOR SegB_MinDist_Pos;

線分Bが線分Aに最も接近する線分B上の座標

SegB_MinDist_Pos1_Pos2_t
float SegB_MinDist_Pos1_Pos2_t;

線分Bが線分Aに最も接近する座標の線分Bの t ( 0.0f 〜 1.0f 、最近点座標 = (( SegBPos2 - SegBPos1 ) * t) + SegBPos1 )

Meta