{"id":"dolphin.spatial3d--DolphinAabb3-8b4c283f","name":"DolphinAabb3","owner":"dolphin","package":"dolphin.spatial3d","kind":"function","signature":"external DolphinAabb3(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) returns dolphinAabb3","description":"Dolphin aabb3.","context":"Work with Vector3, axis-aligned boxes, containment, and bounded ray intersections.","parameters":[{"name":"minX","type":"float","description":"Supply min x as float."},{"name":"minY","type":"float","description":"Supply min y as float."},{"name":"minZ","type":"float","description":"Supply min z as float."},{"name":"maxX","type":"float","description":"Supply max x as float."},{"name":"maxY","type":"float","description":"Supply max y as float."},{"name":"maxZ","type":"float","description":"Supply max z as float."}],"returns":"dolphinAabb3","members":[],"tags":["cpu","dolphin","dolphin.spatial3d","function","source-example","spatial3d"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/spatial3d/src/spatial3d.yh","line":64,"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.\nfloat minX = 1.0\nfloat minY = 1.0\nfloat minZ = 1.0\nfloat maxX = 1.0\nfloat maxY = 1.0\nfloat maxZ = 1.0\ndolphinAabb3 result = DolphinAabb3(minX, minY, minZ, maxX, maxY, maxZ)\nConsole.Log(\"Inspect result in your debugger\")\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":"6305393c2c4bf2dcb4ead5f9d184cf9d3c2da03c0cc5e5237f4970283824e847","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.spatial3d--DolphinAabb3-8b4c283f","json":"https://demonhunterlabs.com/reference/items/dolphin.spatial3d--DolphinAabb3-8b4c283f.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3-8b4c283f.md"}
