Plane.DotNormal(Plane, Vector3) 方法

定義

回傳指定三維向量與 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

三維向量。

傳回

點積。

適用於