GetHalfRightDirection
From NWN Lexicon
Contents |
[edit] GetHalfRightDirection(float)
Returns a normalized value that is -45 from fDirection
float GetHalfRightDirection( float fDirection );
[edit] Parameters
fDirection
Current facing
[edit] Description
This is a convenience function that returns a float representing a normalized angle that is -45 degrees from the direction passed in. (if Facing North, a North-East direction).
[edit] Requirements
#include " x0_i0_position "
[edit] Version
1.61
[edit] See Also
author: Michael Nork