Examples of Trajectory2DYImpl


Examples of fr.soleil.salsa.entity.impl.scan2d.Trajectory2DYImpl

    /**
     * Default constructor, that creates a new instance of Trajectory2DImpl and wraps it.
     */
    public Trajectory2DYModel() {
        this(new Trajectory2DYImpl());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.