Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Types | Public Attributes | List of all members
box2d::DistanceConf Struct Reference

Distance Configuration. More...

#include <Distance.hpp>

Public Types

using iteration_type = std::remove_const< decltype(DefaultMaxDistanceIters)>::type
 

Public Attributes

Simplex::Cache cache
 
iteration_type maxIterations = DefaultMaxDistanceIters
 

Detailed Description

Distance Configuration.

Member Typedef Documentation

◆ iteration_type

using box2d::DistanceConf::iteration_type = std::remove_const<decltype(DefaultMaxDistanceIters)>::type

Member Data Documentation

◆ cache

Simplex::Cache box2d::DistanceConf::cache

◆ maxIterations

iteration_type box2d::DistanceConf::maxIterations = DefaultMaxDistanceIters

The documentation for this struct was generated from the following file: