Plane.Dot(Plane, Vector4) Méthode

Définition

Calcule le produit scalaire d'un plan et d'un vecteur à quatre dimensions.

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

Paramètres

plane
Plane

Plan.

value
Vector4

Vecteur à quatre dimensions.

Retours

Single

Produit scalaire.

S’applique à