Dota 2 Workshop Tools/Scripting/API/Global.RotatePosition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' Vector RotatePosition(Vector ''a'', QAngle ''b'', Vector ''c'') '''
''' Vector RotatePosition(Vector ''Vector_1'', QAngle ''QAngle_2'', Vector ''Vector_3'') '''


''Rotate a ''Vector'' around a point.''
''Rotate a ''Vector'' around a point.''
Line 19: Line 19:
|-
|-
| Vector
| Vector
| a
| Vector_1
| No Description Set
| No Description Set
|-
|-
| QAngle
| QAngle
| b
| QAngle_2
| No Description Set
| No Description Set
|-
|-
| Vector
| Vector
| c
| Vector_3
| No Description Set
| No Description Set
|}
|}

Revision as of 07:30, 19 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

Vector RotatePosition(Vector Vector_1, QAngle QAngle_2, Vector Vector_3)

Rotate a Vector around a point.


Parameters

Type Name Description
Vector Vector_1 No Description Set
QAngle QAngle_2 No Description Set
Vector Vector_3 No Description Set

Returns

Vector - No Description Set