mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
This avoids allocation overhead on construction. times() was also rewritten to not allocate any temporary objects. Getter calls in the C++ Quaternion class were modified for parity.