☰
Type Definition ReadPositions
Other items in
gltf
::
mesh
::
util
All crates
?
Type Definition
gltf
::
mesh
::
util
::
ReadPositions
[
−
]
[src]
pub type ReadPositions<'a> =
Iter
<'a,
[
f32
; 3]
>;
Expand description
XYZ vertex positions of type
[f32; 3]
.