ContourHelper provides utilities for computing contour lines using a marching squares algorithm, based on on ContourPy.
ContourHelper provides utilities for computing contour lines using a marching squares algorithm, based on on ContourPy. See: https://contourpy.readthedocs.io/en/latest/config.html
(compute-contour-lines this heightmap threshold)
Given a heightmap, returns the contour lines at the specified threshold as a seq of line segments. If threshold is sequential (vec or seq), then returns a seq of seq? of line segments in the same order.
Given a heightmap, returns the contour lines at the specified threshold as a seq of line segments. If threshold is sequential (vec or seq), then returns a seq of seq? of line segments in the same order.
This protocol is implemented to provide hardware acceleration.
This protocol is implemented to provide hardware acceleration.
(info this)
Returns information for debugging.
Returns information for debugging.
This protocol is implemented to provide access to hardware acceleration algorithms.
This protocol is implemented to provide access to hardware acceleration algorithms.
(create this)
(create this opts)
Creates the provider. Opts are a provider-specific map.
Creates the provider. Opts are a provider-specific map.
(name this)
Returns the name of the the provider.
Returns the name of the the provider.
(providers)
Get all hardware acceleration providers
Get all hardware acceleration providers
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 |