Returns the position on this with a distance of t from origin.
Source
Vector3 at(double t) => _direction.scaled(t)..add(_origin);
Returns the position on this with a distance of t from origin.
Vector3 at(double t) => _direction.scaled(t)..add(_origin);