// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.

///|
#external
pub type OctreeRayIntersection

///|
pub extern "js" fn OctreeRayIntersection::position(
  self : OctreeRayIntersection,
) -> Vector3 =
  #| (self) => self.position

///|
pub extern "js" fn OctreeRayIntersection::distance(
  self : OctreeRayIntersection,
) -> Double =
  #| (self) => self.distance

///|
pub extern "js" fn OctreeRayIntersection::triangle(
  self : OctreeRayIntersection,
) -> Triangle =
  #| (self) => self.triangle