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

GetDistance() public method

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

Same methods

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