Ray constructor

Ray()

Implementation

Ray() {
  origin = Vector3.zero();
  direction = Vector3(0, 0, -1);
}