pub struct Simplex {
pub vertices: Vec<usize>,
}Expand description
A simplex (k-simplex has k+1 vertices)
Fields§
§vertices: Vec<usize>Sorted vertex indices
Implementations§
Trait Implementations§
impl Eq for Simplex
impl StructuralPartialEq for Simplex
Auto Trait Implementations§
impl Freeze for Simplex
impl RefUnwindSafe for Simplex
impl Send for Simplex
impl Sync for Simplex
impl Unpin for Simplex
impl UnwindSafe for Simplex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more