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

GetSquaredDistance() public method

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

Same methods

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