Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Classes | Functions
std Namespace Reference

Classes

struct  equal_to< box2d::ProxyIdPair >
 
class  hash< box2d::ProxyIdPair >
 
struct  make_unsigned< __int128_t >
 
class  numeric_limits< box2d::Fixed32 >
 
class  numeric_limits< box2d::Fixed64 >
 
class  tuple_size< box2d::ArrayList< T, N, SIZE_TYPE > >
 Tuple size specialization for ArrayList classes. More...
 

Functions

box2d::Fixed32 abs (box2d::Fixed32 value) noexcept
 
box2d::Fixed32 sqrt (box2d::Fixed32 value)
 
float atan2 (box2d::Fixed32 y, box2d::Fixed32 x)
 
box2d::Fixed32 round (box2d::Fixed32 value) noexcept
 
box2d::Fixed32 nextafter (box2d::Fixed32 from, box2d::Fixed32 to) noexcept
 
float cos (box2d::Fixed32 value)
 
float sin (box2d::Fixed32 value)
 
double exp (box2d::Fixed32 value)
 
bool isfinite (box2d::Fixed32 value) noexcept
 
constexpr bool isnan (box2d::Fixed32 value) noexcept
 

Function Documentation

◆ abs()

box2d::Fixed64 std::abs ( box2d::Fixed32  value)
inlinenoexcept

◆ atan2()

double std::atan2 ( box2d::Fixed32  y,
box2d::Fixed32  x 
)
inline

◆ cos()

double std::cos ( box2d::Fixed32  value)
inline

◆ exp()

double std::exp ( box2d::Fixed32  value)
inline

◆ isfinite()

bool std::isfinite ( box2d::Fixed32  value)
inlinenoexcept

◆ isnan()

constexpr bool std::isnan ( box2d::Fixed32  value)
inlinenoexcept

◆ nextafter()

box2d::Fixed64 std::nextafter ( box2d::Fixed32  from,
box2d::Fixed32  to 
)
inlinenoexcept

◆ round()

box2d::Fixed64 std::round ( box2d::Fixed32  value)
inlinenoexcept

◆ sin()

double std::sin ( box2d::Fixed32  value)
inline

◆ sqrt()

box2d::Fixed64 std::sqrt ( box2d::Fixed32  value)
inline