Struct e2rcore::implement::render::primitive::SphereIcosahedron [] [src]

pub struct SphereIcosahedron {
    pub _pos: Mat3x1<f32>,
    pub _radius: f32,
    pub _index: usize,
    pub _positions: Vec<[f32; 3]>,
}

Fields

Methods

impl SphereIcosahedron
[src]

Trait Implementations

impl Clone for SphereIcosahedron
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IObjImpl for SphereIcosahedron
[src]

[src]

[src]