Package toxi.geom

Examples of toxi.geom.Ray2D


        return rect.copy();
    }

    public void setBox(Rect rect) {
        this.rect = rect.copy();
        this.intersectRay = new Ray2D(rect.getCentroid(), new Vec2D());
    }
View Full Code Here

TOP

Related Classes of toxi.geom.Ray2D

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.