|
opynsim
Unofficial C++ Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | osc |
Functions | |
| bool | osc::is_intersecting (const Rect &, const Vector2 &) |
| bool | osc::is_intersecting (const FrustumPlanes &, const AABB &) |
| std::optional< RayCollision > | osc::find_collision (const Ray &, const Sphere &) |
| std::optional< RayCollision > | osc::find_collision (const Ray &, const AABB &) |
| std::optional< RayCollision > | osc::find_collision (const Ray &, const Plane &) |
| std::optional< RayCollision > | osc::find_collision (const Ray &, const Disc &) |
| std::optional< RayCollision > | osc::find_collision (const Ray &, const Triangle &) |