Plane.Dot(Plane, Vector4) Metoda

Definicja

Oblicza kropkę produktu płaszczyzny i wektora 4-wymiarowego.

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

Parametry

plane
Plane

Samolot.

value
Vector4

Wektor czterowymiarowy.

Zwraca

Single

Kropka produktu.

Dotyczy