Difference between revisions of "AngleToVector"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks fine to me)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=AngleToVector
 
|name=AngleToVector

Latest revision as of 18:30, 21 January 2010

Converts an angle to a vector.

vector AngleToVector(
float fAngle
);
Parameters:
fAngle
The angle to convert to a vector
Returns:

Returns a vector representation of the angle specified.

Source:

script.ldf

Description

Converts the specified angle (in degrees) to a vector.


See also

VectorToAngle