Would it be possible to add a setLengths(Vector3f v) and/or a setLengths(float x, float y, float z) method to GeomBox? The methods could simply call Ode.dGeomBoxSetLengths(getId(), x, y, z).
Edit:
Similar setters for the other Geom classes would also be useful!