{"id":"dolphin.spatial3d--DolphinAabb3FullySupportsFootprint","name":"DolphinAabb3FullySupportsFootprint","owner":"dolphin","package":"dolphin.spatial3d","kind":"function","signature":"external DolphinAabb3FullySupportsFootprint(dolphinAabb3 bounds, float x, float feetY, float z, float radius, float tolerance) returns bool","description":"One authored walkable box must contain the full circular-footprint bounds. Multi-surface support and arbitrary triangle floors remain separate policy.","context":"Work with Vector3, axis-aligned boxes, containment, and bounded ray intersections.","parameters":[{"name":"bounds","type":"dolphinAabb3","description":"Supply bounds as dolphinAabb3."},{"name":"x","type":"float","description":"Supply x as float."},{"name":"feetY","type":"float","description":"Supply feet y as float."},{"name":"z","type":"float","description":"Supply z as float."},{"name":"radius","type":"float","description":"Supply radius as float."},{"name":"tolerance","type":"float","description":"Supply tolerance as float."}],"returns":"bool","members":[],"tags":["cpu","dolphin","dolphin.spatial3d","function","source-example","spatial3d"],"updated":"2026-09-09","source":{"repository":"dolphin","path":"packages/spatial3d/src/spatial3d.yh","line":96,"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 DolphinAabb3FullySupportsFootprint","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 bounds = dolphinAabb3(1.0, 1.0, 1.0, 1.0, 1.0, 1.0)\nfloat x = 1.0\nfloat feetY = 1.0\nfloat z = 1.0\nfloat radius = 1.0\nfloat tolerance = 1.0\nbool result = DolphinAabb3FullySupportsFootprint(bounds, x, feetY, z, radius, tolerance)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_spatial3d__dolphinaabb3fullysupportsfootprint\"\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":"1dd895504c97c70524b0f71bfcbb4eda8c85bfcf814c799bdf546ed89d3ce04e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.spatial3d--DolphinAabb3FullySupportsFootprint","json":"https://demonhunterlabs.com/reference/items/dolphin.spatial3d--DolphinAabb3FullySupportsFootprint.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3FullySupportsFootprint.md"}
