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

点积。

适用于