25262728293031
/** * Default constructor, that creates a new instance of Trajectory2DImpl and wraps it. */ public Trajectory2DModel() { this(new Trajectory2DImpl()); }
26272829303132
29303132333435
27282930313233