Vector Scale

''' ---------------
''' Scale a 3D vectors by a value
''' ---------------
Function VectorScale(v, d)
VectorScale = Null
VectorScale = Array(v(XX) * d, v(YY) * d, v(ZZ) * d)
End Function

Page tags: library vector
page_revision: 0, last_edited: 1217787190|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License