Ray constructor

Ray()

Create a new, uninitialized ray.

Implementation

Ray()
    : _origin = Vector3.zero(),
      _direction = Vector3.zero();