Difference between revisions of "ScriptEvent:rotateVec"

From Mod Wiki
 
(No difference)

Latest revision as of 11:38, 5 November 2007

Parameters

vector input -- Input vector.
vector axis -- Vector to rotate around.
float angle -- Amount to rotate by.

Result

vector

Supported By

sdSysCallThread

Functionality

Rotates a vector around another vector by a set angles.