MCPcopy Create free account
hub / github.com/Robbyant/lingbot-map / copy

Method copy

demo_render/interactive_viewer/camera.py:152–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 return cls(d["eye"], d["look_at"], d.get("up"), d.get("fov_deg", 60.0))
151
152 def copy(self) -> "OrbitCamera":
153 return OrbitCamera(
154 self.eye.copy(), self.look_at.copy(), self.up.copy(), self.fov_deg
155 )
156
157
158# ---------------------------------------------------------------------------

Callers 10

_follow_camera_atFunction · 0.45
_compute_birdeye_cameraFunction · 0.45
_worker_fn_innerFunction · 0.45
_collect_pointsMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45
addMethod · 0.45
load_sceneFunction · 0.45
ws_handlerFunction · 0.45

Calls 1

OrbitCameraClass · 0.85

Tested by

no test coverage detected