mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 03:18:30 +00:00
Derive Debug
for Bivector
This commit is contained in:
parent
c1b0b5b3be
commit
a27be72de8
@ -1,6 +1,6 @@
|
||||
use super::Vector;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Bivector<const D: usize> {
|
||||
pub a: Vector<D>,
|
||||
pub b: Vector<D>,
|
||||
|
Loading…
Reference in New Issue
Block a user