chore(math): remove warnings

This commit is contained in:
lisk77 2025-11-02 14:50:00 +01:00
parent 81bc1cb790
commit a2715eafab
8 changed files with 30 additions and 33 deletions

View file

@ -11,6 +11,7 @@ pub struct Quat {
impl Quat {
/// The zero quaternion.
#[allow(unused)]
const ZERO: Self = Self {
s: 0.0,
v: v3 {