Plane.DotCoordinate(Plane, Vector3) Metoda

Definicja

Zwraca kropkę określonego wektora trójwymiarowego i normalny wektor tej płaszczyzny oraz wartość odległości (D) płaszczyzny.

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

Parametry

plane
Plane

Samolot.

value
Vector3

Wektor 3-wymiarowy.

Zwraca

Kropka produktu.

Dotyczy