at method Null safety
- double t
Returns the position on this with a distance of t
from origin.
Implementation
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);