MCPcopy Index your code
hub / github.com/SAMMiCA/ChangeSim / draw_points3D

Method draw_points3D

script/utils/visualization.py:128–131  ·  view source on GitHub ↗
(self, points3D, color=None)

Source from the content-addressed store, hash-verified

126 self.add_geometry(g)
127
128 def draw_points3D(self, points3D, color=None):
129 geometries = draw_points3D(points3D, color)
130 for g in geometries:
131 self.add_geometry(g)
132
133#
134# Auxiliary funcions

Callers

nothing calls this directly

Calls 2

add_geometryMethod · 0.95
draw_points3DFunction · 0.85

Tested by

no test coverage detected