recast method

Ray recast(
  1. double t
)

Implementation

Ray recast(double t) {
  origin.setFrom(at(t, _vector));
  return this;
}