ANNIEsoft / ToolAnalysis

Other
10 stars 53 forks source link

AnnieGeom Distance to Tank: fixed y and z convention #283

Closed jminock closed 2 weeks ago

jminock commented 3 weeks ago

For Distance to Tank function, z axis originally represented height instead of beam axis. So plugging in vertex coordinates (x,y,z) would be evaluated as (x,z,y). This commit fixes the convention for z to be beam axis, not tank height.