Type Definition wavefront_obj::obj::NormalIndex [−][src]
pub type NormalIndex = usize;
Expand description
An index into the normals
array of an object.
Unchecked indexing may be used, because the values are guaranteed to be in range by the parser.