mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Derive Debug
for Bivector
This commit is contained in:
parent
2f9469b04d
commit
139628b9cb
@ -18,7 +18,7 @@ use crate::{Scalar, Vector};
|
||||
/// I've decided that two vectors is good enough, and anything else not worth
|
||||
/// the trouble. But we might want to reconsider, once `generic_const_exprs` is
|
||||
/// stable.
|
||||
#[derive(Clone, Copy, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
#[repr(C)]
|
||||
pub struct Bivector<const D: usize> {
|
||||
/// The first of the vectors whose outer product defines this bivector
|
||||
|
Loading…
Reference in New Issue
Block a user