Ray(Point3 origin, Vector3 direction)

Creates a Ray from a given origin and direction vector.

Source

Ray(Point3 origin, Vector3 direction) :
  super.originDirection(origin, direction);