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