Package graphics.common

Examples of graphics.common.Acceleration2D


    }

    private class Get2D implements AccelGet {
        @Override
        public Acceleration get( double xAccel, double yAccel, double zAccel ) {
            return new Acceleration2D( xAccel, yAccel );
        }
View Full Code Here

TOP

Related Classes of graphics.common.Acceleration2D

Copyright © 2018 www.massapicom. 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.