Liking cljdoc? Tell your friends :D

some.polyline

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]]
```
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close