menu
molecule_3d package
documentation
fast_sphere.dart
FastSphere3D
verticesCount method
verticesCount method
dark_mode
light_mode
verticesCount
method
@
override
int
verticesCount
(
)
Returns number of vertices.
Implementation
@override int verticesCount() { return indices.length; }
molecule_3d package
documentation
fast_sphere
FastSphere3D
verticesCount method
FastSphere3D class