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