The maximum height
(&self)
| 1339 | |
| 1340 | /// The maximum height |
| 1341 | fn h_max(&self) -> f32 { |
| 1342 | let comp = self.as_ref().borrow(); |
| 1343 | |
| 1344 | comp.h_max |
| 1345 | } |
| 1346 | |
| 1347 | /// The maximum height |
| 1348 | fn set_h_max(&self, _h_max: f32) { |
no test coverage detected