1. Converting Viewing Angle from Degrees to Radians:
viewingAngleRad = deg2rad(viewingAngle)
2. Height of the TV Center from the Floor:
tvCenterHeight = eyeHeight + (viewingDistance ร tan(viewingAngleRad))
3. Height of the Bottom of the TV from the Floor:
tvHeight = screenSize ร 0.49
tvBottomHeight = tvCenterHeight - (tvHeight / 2)
Yconvert tools are 100% free. We rely only on community support only. ❤