MCPcopy
hub / github.com/fogleman/primitive / maxInt

Function maxInt

primitive/util.go:157–162  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

155}
156
157func maxInt(a, b int) int {
158 if a > b {
159 return a
160 }
161 return b
162}
163
164func rotate(x, y, theta float64) (rx, ry float64) {
165 rx = x*math.Cos(theta) - y*math.Sin(theta)

Callers 1

RasterizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…