DiamondBounds documentation incorrect (was ACTS-275)
Original author Shaun Roe @sroe
The explanation in the documentation for the order of the DiamondsBounds constructor parameters appears to be incorrect. For example, instantiating a DiamondBounds with parameters
double minHalfX(30.), midHalfX(10.), maxHalfX(50.), halfY1(10.), halfY2(20.);
leads to both 'alpha' angles being 45°.
Edited by Moritz Kiehn