mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
1 line
613 B
JavaScript
1 line
613 B
JavaScript
window.SIDEBAR_ITEMS = {"fn":[["bounds_from_points",""],["div_away",""],["div_ceil",""],["div_floor",""],["max",""],["min",""]],"struct":[["Aabb2","A two-dimensional AABB, aka a rectangle."],["Aabb3","A three-dimensional AABB, aka a rectangular prism."],["FloatOrd","A wrapper type that enables ordering floats. This is a work around for the famous “rust float ordering” problem. By using it, you acknowledge that sorting NaN is undefined according to spec. This implementation treats NaN as the “smallest” float."],["Plane","A 3-dimensional plane formed from the equation: `A*x + B*y + C*z - D = 0`."]]}; |