Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/g3n/engine
/ ViewMatrix
Method
ViewMatrix
camera/camera.go:37–37 ·
view source on GitHub ↗
(m *math32.Matrix4)
Source
from the content-addressed store, hash-verified
35
// ICamera is the interface for all cameras.
36
type
ICamera
interface
{
37
ViewMatrix(m *math32.Matrix4)
38
ProjMatrix(m *math32.Matrix4)
39
}
40
Callers
2
Render
Method · 0.65
SetFromCamera
Method · 0.65
Implementers
1
Camera
camera/camera.go
Calls
no outgoing calls
Tested by
no test coverage detected