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

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




''' Vector SplineVectors(Vector '''', Vector '''', float '''') '''
''' Vector SplineVectors(Vector ''a'', Vector ''b'', float ''c'') '''


''(''vector'',''vector'',''float'') very basic interpolation of v0 to v1 over t on [0,1]''
''(''vector'',''vector'',''float'') very basic interpolation of v0 to v1 over t on [0,1]''

Revision as of 00:06, 9 August 2014

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

Function Description

Vector SplineVectors(Vector a, Vector b, float c)

(vector,vector,float) very basic interpolation of v0 to v1 over t on [0,1]


Parameters

Type Name Description
Vector a No Description Set
Vector b No Description Set
float c No Description Set

Returns

Vector - No Description Set