hey yall
if line M =0 degrees
normal line is 90 degrees of that
incidence line is 135 degrees
if i use this formula below i get negitive numbers
why?


To get the final angle:
AngleIncidence = AngleReflection
AngleIncidence = (180° + InitialAngle) - (NormalAngle)
AngleReflection = (NormalAngle) - (FinalAngle)
Solving for FinalAngle:
180 + Init - Norm = Norm - Final
180 + Init - 2 Norm = - Final
Final = 2 * Norm - 180 - Init