Plane::DotCoordinate Method

Returns the dot product of a specified three-dimensional vector and the normal vector of this plane plus the distance (D) value of the plane.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static float DotCoordinate(
	Plane plane, 
	Vector3 value
)

Parameters

plane
Type: System.Numerics::Plane

The plane.

value
Type: System.Numerics::Vector3

The 3-dimensional vector.

Return Value

Type: System::Single
The dot product.
Show: