Home | History | Annotate | Download | only in Geometry

Lines Matching defs:corner

50     /** Identifier for 2D corner @{ */
55 /** Identifier for 3D corner @{ */
105 /** \returns the minimal corner */
107 /** \returns a non const reference to the minimal corner */
109 /** \returns the maximal corner */
111 /** \returns a non const reference to the maximal corner */
137 /** \returns the vertex of the bounding box at the corner defined by
138 * the corner-id corner. It works only for a 1D, 2D or 3D bounding box.
146 EIGEN_DEVICE_FUNC inline VectorType corner(CornerType corner) const
155 if( mult & corner ) res[d] = m_max[d];