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

三維向量。

傳回

內積。

適用於