Home
last modified time | relevance | path

Searched defs:Box_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DGeo_Box.cpp267 template class Geo::Box_<float>; member in SimTK::Geo
268 template class Geo::Box_<double>; member in SimTK::Geo
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DGeo_Box.h59 Box_() {} in Box_() function
62 Box_(const Vec3P& halfLengths) {setHalfLengths(halfLengths);} in Box_() function
H A DGeo.h61 template <class P> class Box_; variable