11 #include <corsika/framework/geometry/Line.hpp> 12 #include <corsika/framework/geometry/Point.hpp> 39 virtual Point getPosition(
double const u)
const = 0;
45 virtual TimeType getDuration(
double const u = 1)
const = 0;
47 virtual LengthType getLength(
double const u = 1)
const = 0;
49 virtual void setLength(
LengthType const limit) = 0;
51 virtual void setDuration(
TimeType const limit) = 0;
`, since they are used everywhere as integral part of the framework.
A Trajectory is a description of a momvement of an object in three-dimensional space that describes t...