[dismiss]
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.
Difference between revisions of "VectorNormalize"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>DragoonWraith |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 16: | Line 15: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0019)]] | |||
[[Category:Math Functions]] | [[Category:Math Functions]] | ||
[[Category:Math Functions (OBSE)]] | [[Category:Math Functions (OBSE)]] | ||
[[Category:Linear Algebra Functions (OBSE)]] | [[Category:Linear Algebra Functions (OBSE)]] |
Latest revision as of 01:27, 10 August 2010
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(norm:array) VectorNormalize vector:array (norm:array) VecNorm vector:array
Returns the normalized version of a vector (each entry of the vector divided by its magnitude). A normalized vector has a magnitude of 1.