Aracılığıyla paylaş


Plane.DotCoordinate(Plane, Vector3) Yöntem

Tanım

Belirtilen üç boyutlu vektörünün nokta çarpımını ve bu düzlemin normal vektörünün yanı sıra düzlemin uzaklık (D) değerini döndürür.

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

Parametreler

plane
Plane

Uçak.

value
Vector3

3 boyutlu vektör.

Döndürülenler

Noktalı ürün.

Şunlara uygulanır