GetCalculatedAngleXForTFCCamera
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Calculates X angle from current position of TFC camera to following coordinates.
Syntax
(Angle:float) GetCalculatedAngleXForTFCCamera fXin:float fYin:float fZin:float
Example
set fAngleX to GetCalculatedAngleXForTFCCamera fXin fYin fzIn;
The function will calculate X angle for the TFC camera to look at fXin fYin fZin position.