Plane.Dot(Plane, Vector4) Metoda

Definice

Vypočítá tečkovaný součin roviny a 4rozměrný vektor.

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

Letadlo.

value
Vector4

Čtyřrozměrný vektor.

Návraty

Single

Tečkovaný produkt.

Platí pro