Type Alias veloren_common::figure::MatSegment
source · pub type MatSegment = Dyna<MatCell, ()>;
Aliased Type§
struct MatSegment {
vox: Vec<MatCell>,
meta: (),
pub sz: Vec3<u32>,
_phantom: PhantomData<ColumnAccess>,
}
Fields§
§vox: Vec<MatCell>
§meta: ()
§sz: Vec3<u32>
§_phantom: PhantomData<ColumnAccess>