Plane.DotCoordinate(Plane, Vector3) 方法

定義

傳回此平面的指定三維向量和法向量以及平面距離 (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

三維向量。

傳回

內積。

適用於