Package graphics.common

Examples of graphics.common.Vector2D


    }

    private static class Get2D implements GetVector {
        @Override
        public Vector get( double xPart, double yPart, double zPart ) {
            return new Vector2D( xPart, yPart );
        }
View Full Code Here

TOP

Related Classes of graphics.common.Vector2D

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.