{"id":"dolphin.spatial3d--dolphinAabb3-b84fb3e4","name":"dolphinAabb3","owner":"dolphin","package":"dolphin.spatial3d","kind":"thing","signature":"external thing dolphinAabb3","description":"A dolphin aabb3 record carrying minX, minY, minZ, maxX, maxY, and related state.","context":"Work with Vector3, axis-aligned boxes, containment, and bounded ray intersections.","parameters":[],"returns":"void","members":[{"name":"minX","kind":"field","type":"float","description":"Stores min x as float.","signature":"float minX","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"minY","kind":"field","type":"float","description":"Stores min y as float.","signature":"float minY","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"minZ","kind":"field","type":"float","description":"Stores min z as float.","signature":"float minZ","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"maxX","kind":"field","type":"float","description":"Stores max x as float.","signature":"float maxX","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"maxY","kind":"field","type":"float","description":"Stores max y as float.","signature":"float maxY","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"maxZ","kind":"field","type":"float","description":"Stores max z as float.","signature":"float maxZ","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"dolphinAabb3","kind":"constructor","parameters":[{"name":"minX","type":"float","description":"Min x."},{"name":"minY","type":"float","description":"Min y."},{"name":"minZ","type":"float","description":"Min z."},{"name":"maxX","type":"float","description":"Max x."},{"name":"maxY","type":"float","description":"Max y."},{"name":"maxZ","type":"float","description":"Max z."}],"returns":"void","signature":"dolphinAabb3(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)","description":"Dolphin aabb3.","tags":["thing","constructor","dolphin.spatial3d"],"updated":"2026-09-09"}],"tags":["cpu","dolphin","dolphin.spatial3d","source-example","spatial3d","thing"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/spatial3d/src/spatial3d.yh","line":44,"sha256":"31b6c75772c4555e23f3c9f351da0fddf86109640b276710b6cd9a3865d90626"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use dolphinAabb3","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using dolphin.spatial3d\n\n// Work with Vector3, axis-aligned boxes, containment, and bounded ray intersections.\ndolphinAabb3 sample = dolphinAabb3(1.0, 1.0, 1.0, 1.0, 1.0, 1.0)\nConsole.Log(Text.From(sample.minX))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_spatial3d__dolphinaabb3\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"dolphin.math\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/math\"\n\n[[dependencies]]\npackage = \"dolphin.spatial3d\"\nversion = \"0.1.0\"\npath = \"../../../dolphin/packages/spatial3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"c35792aac53fa4f1d38b39651c6fff62bb5045db6618a8d276480b35a9665a44","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["minX","minY","minZ","maxX","maxY","maxZ","dolphinAabb3"],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.spatial3d--dolphinAabb3-b84fb3e4","json":"https://demonhunterlabs.com/reference/items/dolphin.spatial3d--dolphinAabb3-b84fb3e4.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.spatial3d--dolphinAabb3-b84fb3e4.md"}
