abrilcf / mednerf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angle Calculation

zcc861007 opened this issue · comments

Hi,

It seems that the formula shown below to calculate actual angles is not correct.

vmin: 0. # 0 deg, convert to degrees via arccos(1 - 2 * v) * 180. / pi
vmax: 0.45642212862617093 # 85 deg, convert to degrees via arccos(1 - 2 * v) * 180. / pi

Could you check it? Thanks!

Sorry, my bad. That's correct.