pub struct IsoVertex {
pub position: Vec3,
pub normal: Vec3,
}Expand description
Vertex produced by marching cubes.
Fields§
§position: Vec3§normal: Vec3Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsoVertex
impl RefUnwindSafe for IsoVertex
impl Send for IsoVertex
impl Sync for IsoVertex
impl Unpin for IsoVertex
impl UnsafeUnpin for IsoVertex
impl UnwindSafe for IsoVertex
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