recast method

Ray recast(
  1. double t
)

Implementation

Ray recast(double t) {
  origin.copy(at(t, _vector));

  return this;
}