| 532 | } |
| 533 | |
| 534 | void CBoxGeom::get_size(Fvector& half_size) |
| 535 | { |
| 536 | VERIFY(geom()); |
| 537 | dGeomBoxGetLengths(geom(), cast_fp(half_size)); |
| 538 | half_size.mul(0.5f); |
| 539 | } |
| 540 | |
| 541 | void CBoxGeom::set_position(const Fvector& ref_point) |
| 542 | { |
no test coverage detected