RekdEngine.UtilMath.Vector4f.GetDistance C# (CSharp) Method

GetDistance() public method

public GetDistance ( Vector4f other ) : float
other Vector4f
return float
        public float GetDistance(Vector4f other)
        {
            return GetDistance(this, other);
        }

Same methods

Vector4f::GetDistance ( Vector4f A, Vector4f B ) : float