{"id":"dolphin.spatial3d--Vector3","name":"Vector3","owner":"dolphin","package":"dolphin.spatial3d","kind":"thing","signature":"external thing Vector3","description":"Three floating-point coordinates: x, y, and z. Your application chooses the coordinate system and units.","context":"Work with Vector3, axis-aligned boxes, containment, and bounded ray intersections.","parameters":[],"returns":"void","members":[{"name":"x","kind":"field","type":"float","description":"Stores x as float.","signature":"float x","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"y","kind":"field","type":"float","description":"Stores y as float.","signature":"float y","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"z","kind":"field","type":"float","description":"Stores z as float.","signature":"float z","tags":["thing","field","dolphin.spatial3d"],"updated":"2026-09-09"},{"name":"Vector3","kind":"constructor","parameters":[{"name":"x","type":"float","description":"X."},{"name":"y","type":"float","description":"Y."},{"name":"z","type":"float","description":"Z."}],"returns":"void","signature":"Vector3(float x, float y, float z)","description":"Vector3.","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":14,"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 Vector3","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.\nVector3 sample = Vector3(1.0, 1.0, 1.0)\nConsole.Log(Text.From(sample.x))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.dolphin_spatial3d__vector3\"\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":"986d1317b4bfd54970fc445a7243008ca8dc324d096f30dd0cfe8756ccf9b5b3","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["x","y","z","Vector3"],"url":"https://demonhunterlabs.com/academy/api?item=dolphin.spatial3d--Vector3","json":"https://demonhunterlabs.com/reference/items/dolphin.spatial3d--Vector3.json","markdown":"https://demonhunterlabs.com/reference/text/dolphin.spatial3d--Vector3.md"}
