Type Definition collada::NormalIndex

source ·
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.