Ray.originDirection constructor

Ray.originDirection(
  1. Vector3 origin,
  2. Vector3 direction
)

Implementation

Ray.originDirection(this.origin, this.direction);