Logo
公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyMath::Plane クラス

#include <Plane.h>

公開メンバ関数

 Plane ()
 
 Plane (float nx, float ny, float nz, float pd)
 
float distanceTo (Vector3 point)
 

公開変数類

Vector3 normal
 
float d = 0
 

構築子と解体子

◆ Plane() [1/2]

SharpKmyMath::Plane::Plane ( )

◆ Plane() [2/2]

SharpKmyMath::Plane::Plane ( float  nx,
float  ny,
float  nz,
float  pd 
)

メソッド詳解

◆ distanceTo()

float SharpKmyMath::Plane::distanceTo ( Vector3  point)

メンバ詳解

◆ d

float SharpKmyMath::Plane::d = 0

◆ normal

Vector3 SharpKmyMath::Plane::normal