mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
chore(math): remove warnings
This commit is contained in:
parent
81bc1cb790
commit
a2715eafab
8 changed files with 30 additions and 33 deletions
|
|
@ -11,6 +11,7 @@ pub struct Quat {
|
|||
|
||||
impl Quat {
|
||||
/// The zero quaternion.
|
||||
#[allow(unused)]
|
||||
const ZERO: Self = Self {
|
||||
s: 0.0,
|
||||
v: v3 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue