Plane.DotNormal(Plane, Vector3) メソッド

定義

指定した 3 次元ベクトルと、この平面の Normal ベクトルとのドット積を返します。

public:
 static float DotNormal(System::Numerics::Plane plane, System::Numerics::Vector3 value);
public static float DotNormal (System.Numerics.Plane plane, System.Numerics.Vector3 value);
static member DotNormal : System.Numerics.Plane * System.Numerics.Vector3 -> single
Public Shared Function DotNormal (plane As Plane, value As Vector3) As Single

パラメーター

plane
Plane

平面。

value
Vector3

3 次元ベクトル。

戻り値

ドット積。

適用対象