Skip to content

Implement Quat multiply operator, and bind xform method

Rafał Mikrut requested to merge fix_quat_operator into master

Created by: ghost

Implement missing script multiplication operator of Quat with a Quat and Quat with a Vector3 and bind xform method of Quat class.

Fixes #1996 (closed)

Merge request reports