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

Function create_coordinate_frame

script/utils/visualization.py:206–209  ·  view source on GitHub ↗
(T, scale=0.25)

Source from the content-addressed store, hash-verified

204
205
206def create_coordinate_frame(T, scale=0.25):
207 frame = open3d.geometry.TriangleMesh.create_coordinate_frame(size=scale)
208 frame.transform(T)
209 return frame
210
211
212def draw_points3D(points3D, color=None):

Callers 1

draw_cameraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected