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 次元ベクトル。

返品

ドット積。

適用対象