(&self)
| 171 | /// ``` |
| 172 | #[inline(always)] |
| 173 | pub fn extents(&self) -> SVector<R, D> { |
| 174 | self.max - self.min |
| 175 | } |
| 176 | |
| 177 | /// Returns the smallest scalar extent of the AABB over all of its dimensions |
| 178 | /// ``` |
no outgoing calls
no test coverage detected