Helper functions for dealing with 2D polylines. A polyline is just a vector of 2D (x y) vectors.
Example: A polyline with 4 vertices.
[[0 0][0 1][0 2][0 3]]
Helper functions for dealing with 2D polylines. A polyline is just a vector of 2D (x y) vectors. **Example:** A polyline with 4 vertices. ```clojure [[0 0][0 1][0 2][0 3]] ```
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |