Plane.Dot(Plane, Vector4) 方法

定義

計算平面和四維向量的內積。

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

參數

plane
Plane

平面。

value
Vector4

四維向量。

傳回

Single

內積。

適用於