Creates a Ray from a given origin and direction vector.
Source
Ray(Point3 origin, Vector3 direction) :
super.originDirection(origin, direction);
Creates a Ray from a given origin and direction vector.
Ray(Point3 origin, Vector3 direction) :
super.originDirection(origin, direction);