Dota 2 Workshop Tools/Scripting/API/Global.RotateQuaternionByAxisAngle: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
| Line 4: | Line 4: | ||
''' Quaternion RotateQuaternionByAxisAngle(Quaternion '''', Vector '''', float '''') ''' | ''' Quaternion RotateQuaternionByAxisAngle(Quaternion ''a'', Vector ''b'', float ''c'') ''' | ||
''Rotates a quaternion by the specified angle around the specified ''vector'' axis'' | ''Rotates a quaternion by the specified angle around the specified ''vector'' axis'' | ||
Revision as of 23:07, 8 August 2014
Function Description
Quaternion RotateQuaternionByAxisAngle(Quaternion a, Vector b, float c)
Rotates a quaternion by the specified angle around the specified vector axis
Parameters
| Type | Name | Description |
|---|---|---|
| Quaternion | a | No Description Set |
| Vector | b | No Description Set |
| float | c | No Description Set |
Returns
Quaternion - No Description Set