Plane::DotNormal Method

Returns the dot product of a specified three-dimensional vector and the Normal vector of this plane.

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

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

Parameters

plane
Type: System.Numerics::Plane

The plane.

value
Type: System.Numerics::Vector3

The three-dimensional vector.

Return Value

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