Home
last modified time | relevance | path

Searched defs:OrientedBox (Results 1 – 5 of 5) sorted by relevance

/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DOrientedBox.hh39 class OrientedBox class
42 public: OrientedBox() : size(Vector3<T>::Zero), pose(Pose3<T>::Zero) in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
50 public: OrientedBox(const Vector3<T> &_size, const Pose3<T> &_pose) in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
60 public: OrientedBox(const Vector3<T> &_size, const Pose3<T> &_pose, in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
69 public: explicit OrientedBox(const Vector3<T> &_size) in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
78 public: explicit OrientedBox(const Vector3<T> &_size, in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
86 public: OrientedBox(const OrientedBox<T> &_b) in OrientedBox() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::OrientedBox
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DOrientedBox.hpp40 class OrientedBox class
55 inline OrientedBox() : radius(0.0) {} in OrientedBox() function in moab::OrientedBox
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DOrientedBox.cpp124 OrientedBox::OrientedBox( const CartVect axes_in[3], const CartVect& mid ) in OrientedBox() function in moab::OrientedBox
134 OrientedBox::OrientedBox( const Matrix3& axes_mat, const CartVect& mid ) in OrientedBox() function in moab::OrientedBox
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/
H A Dpages.py24 class OrientedBox(object): class
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DGeo.h78 typedef OrientedBox_<Real> OrientedBox; typedef