SharpMath.Ray.GoToHit C# (CSharp) Méthode

GoToHit() public méthode

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