MCPcopy
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
96func (m Matrix) Rotate(v Vector, a float64) Matrix {
97 return Rotate(v, a).Mul(m)
98}
99
100func (m Matrix) Frustum(l, r, b, t, n, f float64) Matrix {
101 return Frustum(l, r, b, t, n, f).Mul(m)

Callers 5

Paths2Method · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
renderFunction · 0.80

Calls 2

RotateFunction · 0.85
MulMethod · 0.45

Tested by

no test coverage detected