Difference between revisions of "Algohol"
m
→Current Commmands
imported>Speedo (Changed to template) |
imported>UDUN |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
{{OBSE Plugin | {{OBSE Plugin | ||
|Version = 0.11 | |||
|InternalVer = 0 | |||
|Name = Algohol | |Name = Algohol | ||
|Author = [http://www.bethsoft.com/bgsforums/index.php?showuser=255104 entim] | |Author = [http://www.bethsoft.com/bgsforums/index.php?showuser=255104 entim] | ||
|Description = | |Description = | ||
Algohol stands for "ALGebraic Operations Helper Oblivion Library" It provides a library of advanced math functions for Oblivion. | Algohol stands for "ALGebraic Operations Helper Oblivion Library" It provides a library of advanced math functions for Oblivion. | ||
Line 37: | Line 37: | ||
vectorB_y:float vectorB_z:float | vectorB_y:float vectorB_z:float | ||
* QFromEuler - converts euler angles to quaternion (two euler rotation sequences are available, | * QFromEuler - converts euler angles to quaternion (two euler rotation sequences are available, because actors use different sequence than other objects. the default is XYZ, and optionally ZX for actors) | ||
(nothing) QFromEuler out_w:string out_x:string out_y:string out_z:string | (nothing) QFromEuler out_w:string out_x:string out_y:string out_z:string |