Liking cljdoc? Tell your friends :D

artlib.acceleration.core


ContourHelpercljprotocol

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

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-linesclj

(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.
raw docstring

HardwareAccelerationcljprotocol

This protocol is implemented to provide hardware acceleration.

This protocol is implemented to provide hardware acceleration.

infoclj

(info this)

Returns information for debugging.

Returns information for debugging.
raw docstring

HardwareAccelerationProvidercljprotocol

This protocol is implemented to provide access to hardware acceleration algorithms.

This protocol is implemented to provide access to hardware acceleration algorithms.

createclj

(create this)
(create this opts)

Creates the provider. Opts are a provider-specific map.

Creates the provider. Opts are a provider-specific map.

nameclj

(name this)

Returns the name of the the provider.

Returns the name of the the provider.
raw docstring

providersclj

(providers)

Get all hardware acceleration providers

Get all hardware acceleration providers
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