opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
plane_functions.h File Reference
#include <liboscar/maths/aabb.h>
#include <liboscar/maths/aabb_functions.h>
#include <liboscar/maths/analytic_plane.h>
#include <liboscar/maths/common_functions.h>
#include <liboscar/maths/geometric_functions.h>
#include <liboscar/maths/plane.h>
#include <liboscar/maths/vector.h>
Include dependency graph for plane_functions.h:

Go to the source code of this file.

Namespaces

namespace  osc
 

Functions

constexpr AnalyticPlane osc::to_analytic_plane (const Vector3 &point, const Vector3 &normal)
 
constexpr AnalyticPlane osc::to_analytic_plane (const Plane &plane)
 
constexpr float osc::signed_distance_between (const AnalyticPlane &plane, const Vector3 &vector)
 
constexpr float osc::signed_distance_between (const Plane &plane, const Vector3 &vector)
 
bool osc::is_in_front_of (const AnalyticPlane &plane, const AABB &aabb)
 
bool osc::is_in_front_of (const Plane &plane, const AABB &aabb)