 | IVectorPointTPointScaleDown Method |
Scales this vector by the given amount.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
Examplesv.ScaleUp(1)
v.ScaleUp(n) == v.ScaleUp(n - 1).Translate(v)
See Also