mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +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
|
/// 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
|
/// the trouble. But we might want to reconsider, once `generic_const_exprs` is
|
||||||
/// stable.
|
/// stable.
|
||||||
#[derive(Clone, Copy, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct Bivector<const D: usize> {
|
pub struct Bivector<const D: usize> {
|
||||||
/// The first of the vectors whose outer product defines this bivector
|
/// The first of the vectors whose outer product defines this bivector
|
||||||
|
Loading…
Reference in New Issue
Block a user