Plane::Dot Method
Calculates the dot product of a plane and a 4-dimensional vector.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- plane
- Type: System.Numerics::Plane
The plane.
- value
- Type: System.Numerics::Vector4
The four-dimensional vector.
Show: