LQuaternionf * LQuaternionf is missing from core. Curiously LQuaterniond * LQuaterniond is not.
Adding this line to the bindings works for now:
proc **(this: LQuaternionf, other: LQuaternionf): LQuaternionf {.importcpp: "#.operator *(#)".}
But it might be worth looking into the "why", should others I haven't touched yet also be missing.
LQuaternionf * LQuaternionfis missing from core. CuriouslyLQuaterniond * LQuaterniondis not.Adding this line to the bindings works for now:
proc**(this: LQuaternionf, other: LQuaternionf): LQuaternionf {.importcpp: "#.operator *(#)".}But it might be worth looking into the "why", should others I haven't touched yet also be missing.