Liking cljdoc? Tell your friends :D

physics.spatial.geometry

Core geometric primitives for mission planning.

Core geometric primitives for mission planning.
raw docstring

field-of-viewclj

(field-of-view {:keys [origin orientation h-fov-deg v-fov-deg range frame]
                :or {orientation frame/identity-quaternion range 0.0}})

Create a sensor field-of-view primitive.

Create a sensor field-of-view primitive.
sourceraw docstring

pathclj

(path points)
(path points {:keys [frame]})

Create a path geometry from sequence of 3D points.

Create a path geometry from sequence of 3D points.
sourceraw docstring

pointclj

(point coords)
(point coords {:keys [frame]})

Create a point geometry.

Create a point geometry.
sourceraw docstring

polygonclj

(polygon vertices)
(polygon vertices {:keys [frame]})

Create a 2D polygon (assumes planar coordinates).

Create a 2D polygon (assumes planar coordinates).
sourceraw 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