Package transientlibs.slick2d.geom

Examples of transientlibs.slick2d.geom.Vector2f


        return -1;
    }

    // TODO: maybe move Coords to Vector2f?
    public Vector2f toVector2f() {
        return new Vector2f((float) x, (float) y);
    }
View Full Code Here


        return -1;
    }

    // TODO: maybe move Coords to Vector2f?
    public Vector2f toVector2f() {
        return new Vector2f((float) x, (float) y);
    }
View Full Code Here

TOP

Related Classes of transientlibs.slick2d.geom.Vector2f

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.