mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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.