Struct e2rcore::implement::render::primitive::Poly6
[−]
[src]
pub struct Poly6 {
pub _pos: Mat3x1<f32>,
pub _radius: f32,
}Fields
_pos: Mat3x1<f32>
_radius: f32
Trait Implementations
impl Clone for Poly6[src]
fn clone(&self) -> Poly6[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