MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / F

Method F

src/main/java/trace/util/Rasterizer.kt:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 fun stroke() {
149 out.write('S'.toInt())
150 }
151
152 private fun F(x: Vec2) {
153 F(x.x)
154 F(x.y)

Callers

nothing calls this directly

Calls 3

andMethod · 0.80
FFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected