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