Package se.llbit.math

Examples of se.llbit.math.AABB


//        new AABB(0.5, 1, 0.5, 1, 0.5, 1),
//        new AABB(0, 0.5, 0.5, 1, 0, 1),
//        new AABB(0, 1, 0, 0.5, 0, 1),
//        new AABB(0.5, 1, 0.5, 1, 0, 1),
//        new AABB(0, 0.5, 0.5, 1, 0, 0.5),
        new AABB(0, 1, 0, 0.5, 0, 1),
        new AABB(0, 1, 0.5, 1, 0, 0.5),
        new AABB(0, 0.5, 0.5, 1, 0.5, 1),
    };
    quads = new Quad[] {
      new Quad(new Vector3d(14/16., 16/16., 2/16.), new Vector3d(2/16., 16/16., 2/16.),
          new Vector3d(14/16., 16/16., 14/16.), new Vector4d(2/16., 14/16., 2/16., 14/16.)),
    };
View Full Code Here

TOP

Related Classes of se.llbit.math.AABB

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.