package oxbow
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Dynamic window manager for the river Wayland compositor
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1.1.tar.gz
md5=a182e6d368a65e6752771e41e651713f
sha512=020d2c7f9f4e06966ca56695e24eb0b41dd12500aa65d2cd9b56e03068bbb6ea7770de0a33c04f0d054bd474bee8c2b36bb46af86266c9823490e1bd0810c027
doc/oxbow.core/Oxbow_core/Vector/index.html
Module Oxbow_core.VectorSource
center r is the geometric center of r. Port of river-classic's Vector.positionOfBox.
direction v classifies v into one of four quadrants by dominant axis: |dy| > |dx| is up/down, else left/right. Is None for the zero vector.
Source
val nearest_in_direction :
from:t ->
dir:Direction.Spatial.t ->
('a -> t option) ->
'a list ->
'a optionnearest_in_direction ~from ~dir project xs is the element of xs closest to from in direction dir, or None if none qualifies. project x returns Some then candidate's center, or None to exclude x from the search.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>