// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type QuaternionLinearInterpolant
///|
#module("@mizchi/three-mbt/interpolation")
pub extern "js" fn QuaternionLinearInterpolant::QuaternionLinearInterpolant(
positions : FixedArray[Double],
values : FixedArray[Double],
value_size : Int,
) -> QuaternionLinearInterpolant = "quaternionLinearInterpolant"
///|
pub fn QuaternionLinearInterpolant::as_interpolant(
self : QuaternionLinearInterpolant,
) -> Interpolant = "%identity"