tagPLANE_POINT_RESULT_D

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

package nothrow @nogc extern (C++, DxLib)
struct tagPLANE_POINT_RESULT_D {}

Members

Variables

Plane_MinDist_Pos
.VECTOR_D Plane_MinDist_Pos;

平面上の点との最近点座標

Plane_Pnt_MinDist_Square
double Plane_Pnt_MinDist_Square;

平面と点の距離

Pnt_Plane_Normal_Side
int Pnt_Plane_Normal_Side;

点が平面の法線の側にあるかどうか( 1:法線の側にある 0:法線と反対側にある )

Meta