Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robbyant/lingbot-map
/ right
Method
right
demo_render/interactive_viewer/camera.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
53
@property
54
def
right(self) -> np.ndarray:
55
return
_normalize(np.cross(self.up, self.forward))
56
57
@property
58
def
camera_up(self) -> np.ndarray:
Callers
nothing calls this directly
Calls
1
_normalize
Function · 0.85
Tested by
no test coverage detected