Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
cpvmult
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/libchipmunk/cpVect.xtm
Implementation
(
bind-func
cpvmult
(
lambda
(
v1:cpVect
s:cpFloat
)
(
cpVect_val
(
*
(
tref
v1
0
)
s
)
(
*
(
tref
v1
1
)
s
))))
Back to Index