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

定義

指定した 3 次元ベクトルと、この平面の法線ベクトルと距離 (D) 値とのドット積を返します。

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

パラメーター

plane
Plane

平面。

value
Vector3

3 次元ベクトル。

戻り値

ドット積。

適用対象