[−][src]Type Definition wavefront_obj::obj::NormalIndex
type NormalIndex = usize;
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.
type NormalIndex = usize;
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.