Unravel Engine C++ Reference
Loading...
Searching...
No Matches
math_types.h File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  math
 
namespace  math::volume_plane
 
namespace  math::volume_geometry_point
 

Enumerations

enum class  math::volume_query { math::inside = 0 , math::outside , math::intersect }
 
enum class  math::plane_query { math::front = 0 , math::back , math::on , math::spanning }
 
enum  math::volume_plane::e {
  math::volume_plane::left = 0 , math::volume_plane::right , math::volume_plane::top , math::volume_plane::bottom ,
  math::volume_plane::near_plane , math::volume_plane::far_plane
}
 
enum  math::volume_geometry_point::e {
  math::volume_geometry_point::right_bottom_far = 0 , math::volume_geometry_point::right_bottom_near , math::volume_geometry_point::right_top_far , math::volume_geometry_point::right_top_near ,
  math::volume_geometry_point::left_bottom_far , math::volume_geometry_point::left_bottom_near , math::volume_geometry_point::left_top_far , math::volume_geometry_point::left_top_near
}