Uses of Class
com.badlogic.gdx.math.collision.OrientedBoundingBox
-
Packages that use OrientedBoundingBox Package Description com.badlogic.gdx.math com.badlogic.gdx.math.collision -
-
Uses of OrientedBoundingBox in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math with parameters of type OrientedBoundingBox Modifier and Type Method Description booleanFrustum. boundsInFrustum(OrientedBoundingBox obb)Returns whether the givenOrientedBoundingBoxis in the frustum.static booleanIntersector. intersectFrustumBounds(Frustum frustum, OrientedBoundingBox obb)Returns whether the givenFrustumintersects aOrientedBoundingBox.static booleanIntersector. intersectRayOrientedBounds(Ray ray, OrientedBoundingBox obb, Vector3 intersection)Check whether the givenRayandOrientedBoundingBoxintersect.static booleanIntersector. intersectRayOrientedBoundsFast(Ray ray, OrientedBoundingBox obb)Check whether the givenRayandOrientedBoundingBoxintersect. -
Uses of OrientedBoundingBox in com.badlogic.gdx.math.collision
Methods in com.badlogic.gdx.math.collision that return OrientedBoundingBox Modifier and Type Method Description OrientedBoundingBoxOrientedBoundingBox. set(BoundingBox bounds, Matrix4 transform)Methods in com.badlogic.gdx.math.collision with parameters of type OrientedBoundingBox Modifier and Type Method Description booleanBoundingBox. contains(OrientedBoundingBox obb)Returns whether the given oriented bounding box is contained in this oriented bounding box.booleanOrientedBoundingBox. contains(OrientedBoundingBox obb)Returns whether the given oriented bounding box is contained in this oriented bounding box.booleanOrientedBoundingBox. intersects(OrientedBoundingBox obb)Returns whether the given oriented bounding box is intersecting this oriented bounding box (at least one point in).
-