Uses of Class
com.raylib.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in com.raylib
Methods in com.raylib that return BoundingBoxModifier and TypeMethodDescriptionstatic BoundingBox
BoundingBox.allocateArray
(long elementCount) Allocate an array of BoundingBoxstatic BoundingBox
BoundingBox.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of BoundingBoxBoundingBox.getArrayElement
(int index) static BoundingBox
Raylib.getMeshBoundingBox
(Mesh mesh) Compute mesh bounding box limitsstatic BoundingBox
Raylib.getMeshBoundingBox
(Arena arena, Mesh mesh) Compute mesh bounding box limitsstatic BoundingBox
Raylib.getModelBoundingBox
(Model model) Compute model bounding box limits (considers all meshes)static BoundingBox
Raylib.getModelBoundingBox
(Arena arena, Model model) Compute model bounding box limits (considers all meshes)Maximum vertex box-cornerMinimum vertex box-cornerMethods in com.raylib with parameters of type BoundingBoxModifier and TypeMethodDescriptionstatic boolean
Raylib.checkCollisionBoxes
(BoundingBox box1, BoundingBox box2) Check collision between two bounding boxesstatic boolean
Raylib.checkCollisionBoxSphere
(BoundingBox box, Vector3 center, float radius) Check collision between box and spherestatic void
Raylib.drawBoundingBox
(BoundingBox box, Color color) Draw bounding box (wires)static RayCollision
Raylib.getRayCollisionBox
(Ray ray, BoundingBox box) Get collision info between ray and boxstatic RayCollision
Raylib.getRayCollisionBox
(Arena arena, Ray ray, BoundingBox box) Get collision info between ray and box