VRageMath.Plane.Dot - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Plane
public float Dot(Vector4 value)
Calculates the dot product of a specified Vector4 and this Plane.
- Vector4 value
public void Dot(ref Vector4 value, out float result)
Calculates the dot product of a specified Vector4 and this Plane.