package oktree
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OKtree: A simple octree implementation in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.2.tar.gz
md5=5ad0966bc38f8c5a326ee74cd6ef8241
sha512=dcb26f7d4849c0fed8a9f5759d3d37145b77b621a0d722cdd2ee1b2a25b10c08442c373e84b1b748321a6047788a476b0ab64b5ca036df09c1c4adb22ba20ecf
Description
A simple octree implementation in OCaml, intended to efficiently find nearest match for an arbitrary point among a set of points in 3D coordinate space.
Published: 12 Feb 2026
Dependencies (3)
- ppx_deriving
-
ocaml
>= "4.14" -
dune
>= "3.9"
Dev Dependencies (9)
-
odoc
with-doc -
utop
with-dev-setup -
core_unix
with-dev-setup & >= "0.15.0" -
core_bench
with-dev-setup & >= "0.15.0" -
opam-publish
with-dev-setup -
ocp-indent
with-dev-setup -
ocamlformat
with-dev-setup -
gg
with-test & >= "1.0" -
ppx_deriving_popper
with-test & >= "0.1.1"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page