Skip to content

Missing LQuaternionf*LQuaternionf operation. #10

Description

@janEntikan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions