☰
nannou
0.19.0
In nannou::mesh
Modules
channel
vertex
Structs
MeshPoints
RawVertices
Vertices
WithColors
WithIndices
WithNormals
WithTexCoords
Traits
Channel
ChannelMut
Clear
ClearIndices
ClearVertices
Colors
ExtendFromSlice
GetVertex
Indices
Normals
Points
PushIndex
PushVertex
TexCoords
Functions
clear
clear_indices
clear_vertices
extend_indices
extend_vertices
from_points
push_index
push_vertex
raw_vertex_count
raw_vertices
triangle_count
triangles
vertex_count
vertices
with_colors
with_indices
with_normals
with_tex_coords
Type Aliases
Triangles
?
Function
nannou
::
mesh
::
raw_vertex_count
source
·
[
−
]
pub fn raw_vertex_count<M>(mesh: M) ->
usize
where M:
Points
,
Expand description
Get the number of vertices in the mesh.