Fcos

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the approximate cosine value of a float for faster calculation. See precision values below.

Syntax

[help]
(float) fcos value:float precision:int

Precision Flags

0 : fastest approximation (default)
1 : fast approximation, higher precision
2 : calls the ASM fsincos function for full precision (may not be faster than vanilla)


See Also