RekdEngine.UtilMath.Vector3f.GetDistance C# (CSharp) 메소드

GetDistance() 공개 메소드

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

Same methods

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