MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / size

Method size

python/cli/visualization/visualizer_renderers/mesh.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.indices = indices
15
16 def size(self):
17 return self.vertices.shape[0] // COORDS_PER_VERTEX
18
19class MeshProgram:
20 def __init__(self, program):

Callers 6

mainFunction · 0.45
mainFunction · 0.45
serializePointCloudFunction · 0.45
serializeVioOutputMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected