Home | History | Annotate | Download | only in geometry

Lines Matching defs:m_depth

46         , m_depth(0)
56 , m_depth(depth)
66 , m_depth(box.depth())
85 m_depth = origin.z();
98 m_depth = 0;
121 m_depth = maxZ - minZ;
147 bool isEmpty() const { return (m_width <= 0 && m_height <= 0) || (m_width <= 0 && m_depth <= 0) || (m_height <= 0 && m_depth <= 0); }
151 float front() const { return m_z + m_depth; }
157 float depth() const { return m_depth; }
164 float m_depth;