This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Tan

From the Oblivion ConstructionSet Wiki
Revision as of 10:18, 3 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

tan [float]

Returns the sine of the angle.

Example

set z to r * ( tan theta )

(unlike sin and cos, where the example provided was meaningful, this example is simply an example)

See Also