QOOBIT Control Rig Math Functions

Demo Video: https://youtu.be/z30OGiMchhw

Full Documentaion: https://docs.google.com/document/d/1yGiFntOAefx9NYreyQKOWgTUplTx0W6jwQFRUsZMwDY

Discord Support: https://discord.gg/uDtYHhC9zd

This plugin includes a collection of C++ wrapped functions for commonly used math operations for logic and linear algebra calculations that are missing from the standard Control Rig blueprint nodes.

Functions include (in degrees and radian variants):

  • Vector: Project A to B, Signed Angle Between Two Vectors, Project Vector To Plane Normal, Directional Vector between Two Rig Element Keys (Bone/Control/Null)

  • Boolean Operators (XOR, NOR, XNOR)

  • Trigonometry: Reciprocal, Hyperbolic, Inverse, Inverse Hyperbolic, Hyperbolic Reciprocal, Inverse Reciprocal, Inverse Hyperbolic Reciprocal, Atan2 (Degrees)

  • Matrix: Determinant (Transform/Matrix)

  • Math: Log Base 2, Log Base 10, Natural Log

Plugins Required:

  • RigVM

  • ControlRig