Drake
Drake C++ Documentation
mesh_traits.h File Reference
#include <type_traits>
#include "drake/common/autodiff.h"
Include dependency graph for mesh_traits.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  promoted_numerical< T, U >
 Given the two scalar types U and T, returns the most "promoted" type. More...
 

Namespaces

 drake
 
 drake::geometry
 

Typedefs

template<typename T , typename U >
using promoted_numerical_t = typename promoted_numerical< T, U >::type