Struct obj::raw::object::Group [] [src]

pub struct Group {
    pub points: Vec<Range>,
    pub lines: Vec<Range>,
    pub polygons: Vec<Range>,
}

A group which contains ranges of points, lines and polygons

Fields

points: Vec<Range>

Multiple range of points

lines: Vec<Range>

Multiple range of lines

polygons: Vec<Range>

Multiple range of polygons

Trait Implementations

impl Debug for Group
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Group
[src]

fn clone(&self) -> Group

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more