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

///|
#external
pub type ShapeUtils

///|
#module("@mizchi/three-mbt/statics")
pub extern "js" fn ShapeUtils::area(contour : FixedArray[Vector2]) -> Double = "ShapeUtils_area"

///|
#module("@mizchi/three-mbt/statics")
pub extern "js" fn ShapeUtils::is_clock_wise(
  points : FixedArray[Vector2],
) -> Bool = "ShapeUtils_is_clock_wise"

///|
#module("@mizchi/three-mbt/statics")
pub extern "js" fn ShapeUtils::triangulate_shape(
  contour : FixedArray[Vector2],
  holes : FixedArray[FixedArray[Vector2]],
) -> FixedArray[FixedArray[Int]] = "ShapeUtils_triangulate_shape"