Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining collision demos #15

Open
20 of 56 tasks
NoahStolk opened this issue Sep 27, 2024 · 0 comments
Open
20 of 56 tasks

Add remaining collision demos #15

NoahStolk opened this issue Sep 27, 2024 · 0 comments

Comments

@NoahStolk
Copy link
Owner

TODO 2D:

  • PointOnLine
  • PointInCircle
  • PointInRectangle
  • PointInOrientedRectangle
  • PointInTriangle
  • LineLine
  • LineCircle
  • LineRectangle
  • LineOrientedRectangle
  • LineTriangle
  • CircleCircle
  • CircleRectangle
  • CircleOrientedRectangle
  • CircleTriangle
  • RectangleRectangle
  • RectangleRectangleSat
  • RectangleOrientedRectangleSat
  • RectangleTriangle
  • OrientedRectangleOrientedRectangleSat
  • OrientedRectangleTriangle
  • ContainingCircle
  • ContainingRectangle

TODO 3D:

  • PointInSphere
  • ClosestPointInSphere
  • PointInAabb
  • ClosestPointInAabb
  • PointInObb
  • ClosestPointInObb
  • PointOnPlane
  • ClosestPointOnPlane
  • PointOnLine
  • ClosestPointOnLine
  • PointOnRay
  • ClosestPointOnRay
  • PointInTriangle
  • ClosestPointOnTriangle
  • PointInFrustum
  • SphereSphere
  • SphereAabb
  • SphereObb
  • SpherePlane
  • SphereFrustum
  • AabbAabb
  • AabbObbSat
  • AabbPlane
  • ObbObbSat
  • ObbPlane
  • PlanePlane
  • TriangleSphere
  • TriangleAabb
  • TriangleObb
  • TrianglePlane
  • TriangleTriangle
  • TriangleTriangleRobust
  • Raycast (10 overloads)
  • Linetest (5 overloads)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant