Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
pc:distance-of-chord
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/pc_ivl.xtm
Implementation
(
define
pc:distance-of-chord
(
lambda
(
chd
pc
)
(
apply
+
(
map
(
lambda
(
p
)
(
pc:distance
p
pc
))
chd
))))
Back to Index