SharpMath.Ray.GoToHit C# (CSharp) Method

GoToHit() public method

public GoToHit ( ) : Ray
return Ray
        public Ray GoToHit()
        {
            return March( m_Length );
        }