Point3 getPoint3(double distance)

Returns the point in space after this ray has traveled a given distance from its origin.

Source

Point3 getPoint3(double distance) => new Point3.vec(this.at(distance));