// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type OctreeIntersection
///|
pub extern "js" fn OctreeIntersection::normal(
self : OctreeIntersection,
) -> Vector3 =
#| (self) => self.normal
///|
pub extern "js" fn OctreeIntersection::depth(
self : OctreeIntersection,
) -> Double =
#| (self) => self.depth