Struct e2rcore::implement::render::mesh::Mesh
[−]
[src]
pub struct Mesh {
pub _id: u64,
pub _pos: Vec<Mat3x1<f32>>,
pub _normal: Vec<Mat3x1<f32>>,
pub _tc: Vec<Mat2x1<f32>>,
}Fields
_id: u64
_pos: Vec<Mat3x1<f32>>
_normal: Vec<Mat3x1<f32>>
_tc: Vec<Mat2x1<f32>>
Methods
impl Mesh[src]
Trait Implementations
impl Clone for Mesh[src]
fn clone(&self) -> Mesh[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more