Hermes
Toggle table of contents
0.3.4
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
gay.zharel.hermes.paths
/
CompositePosePath
/
CompositePosePath
Composite
Pose
Path
constructor
(
paths
:
List
<
PosePath
>
,
offsets
:
List
<
Double
>
=
paths.scan(0.0) { acc, path -> acc + path.length() }
)