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)
Parameters
- plane
- Type: System.Numerics::Plane
The plane.
- value
- Type: System.Numerics::Vector3
The three-dimensional vector.
Show: