MCPcopy
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.
36type ICamera interface {
37 ViewMatrix(m *math32.Matrix4)
38 ProjMatrix(m *math32.Matrix4)
39}
40

Callers 2

RenderMethod · 0.65
SetFromCameraMethod · 0.65

Implementers 1

Cameracamera/camera.go

Calls

no outgoing calls

Tested by

no test coverage detected