Ray constructor
      
      Ray()
     
    
Create a new, uninitialized ray.
Implementation
Ray()
    : _origin = Vector3.zero(),
      _direction = Vector3.zero();Create a new, uninitialized ray.
Ray()
    : _origin = Vector3.zero(),
      _direction = Vector3.zero();