Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ convert
Method
convert
src/main/java/trace/physics/PhysicsSystem.kt:438–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
}
437
438
}
439
440
private fun convert(center: field.linalg.Vec2): org.jbox2d.common.Vec2 =
441
org.jbox2d.common.Vec2(center.x.toFloat(), center.y.toFloat())
442
Callers
nothing calls this directly
Calls
1
Vec2
Method · 0.80
Tested by
no test coverage detected