Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AabbCyl

Small command line comparison of axis aligned bounding box (aabb) - cylinder (cyl) collision detection. The LCP solver from Geometric Tools (https://github.com/davideberly/GeometricTools) and a custom method are compared. The custom method follows the following steps:

  • checking whether the cyl's axis is a separating axis;
  • cropping the aabb with the cyl's top and bottom planes = convex polyhedron;
  • projecting the polyhedron's vertices to a plane perpendicular to the cylinder's axis;
  • creating a convex hull based on the projected polyhedron's vertices;
  • comparing the convex hull with the cyl's projection.

Bugs, remarks & questions

--> sebastianwouters [at] gmail [dot] com

Copyright

Sebastian Wouters

Copyright (c) 2021

Distributed under the Boost Software License, Version 1.0.

https://www.boost.org/LICENSE_1_0.txt

About

Improved axis aligned bounding box (aabb) - cylinder collision detection

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages