Searched refs:AlignedBox (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 30 class AlignedBox 65 EIGEN_DEVICE_FUNC inline AlignedBox() in AlignedBox() function 69 EIGEN_DEVICE_FUNC inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function 75 …EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : … in AlignedBox() function 79 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const MatrixBase<Derived>& p) : m_min(p), m_max(m_min) in AlignedBox() function 82 EIGEN_DEVICE_FUNC ~AlignedBox() {} in ~AlignedBox() 189 EIGEN_DEVICE_FUNC inline bool contains(const AlignedBox& b) const in contains() 194 EIGEN_DEVICE_FUNC inline bool intersects(const AlignedBox& b) const in intersects() 200 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) in extend() 210 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) in extend() [all …]
|
/external/eigen/unsupported/test/ |
D | BVH.cpp | 17 …plate<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> … in bounding_box() 35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) in bounding_box() 36 { return AlignedBox<double, Dim>(b.center.array() - b.radius, b.center.array() + b.radius); } in bounding_box() 46 typedef AlignedBox<double, Dim> BoxType; 99 typedef AlignedBox<double, Dim> BoxType;
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 105 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedboxCastTests() 107 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>(); in alignedboxCastTests() 185 CALL_SUBTEST_14( alignedbox(AlignedBox<double,Dynamic>(4)) ); in test_geo_alignedbox()
|
D | main.h | 423 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error()
|
/external/eigen/Eigen/ |
D | Geometry | 28 * - \link AlignedBox axis aligned bounding boxes \endlink 49 #include "src/Geometry/AlignedBox.h"
|
/external/eigen/unsupported/doc/examples/ |
D | BVH_Example.cpp | 6 typedef AlignedBox<double, 2> Box2d;
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | KdBVH.h | 74 typedef AlignedBox<Scalar, Dim> Volume;
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 272 template<typename Scalar,int Dim> class AlignedBox;
|