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