Dot
Summary
public double Dot(Vector4 value)
Calculates the dot product of a specified Vector4 and this PlaneD.
Returns
Parameters
- Vector4 value
Summary
public void Dot(ref Vector4 value, out double result)
Calculates the dot product of a specified Vector4 and this PlaneD.