Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ Rotate
Method
Rotate
ln/matrix.go:96–98 ·
view source on GitHub ↗
(v Vector, a float64)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(m Matrix) Rotate(v Vector, a float64) Matrix {
97
return
Rotate(v, a).Mul(m)
98
}
99
100
func
(m Matrix) Frustum(l, r, b, t, n, f float64) Matrix {
101
return
Frustum(l, r, b, t, n, f).Mul(m)
Callers
5
Paths2
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
render
Function · 0.80
Calls
2
Rotate
Function · 0.85
Mul
Method · 0.45
Tested by
no test coverage detected