Package squidpony.squidmath

Examples of squidpony.squidmath.Point3D


     *
     * @param color
     * @return
     */
    private static Point3D scolorToCoord3D(SColor color) {
        return new Point3D(color.getRed(), color.getGreen(), color.getBlue());
    }
View Full Code Here

TOP

Related Classes of squidpony.squidmath.Point3D

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.