Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ position
Method
position
src/main/java/trace/graphics/remote/Space.kt:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
position(Vec3(x, y, z))
25
}
26
27
fun position(v: Vec3) {
28
r.execute(
"channelMap['$name'].Lsource.setPosition(${v.x},${-v.y},${v.z})"
)
29
}
30
31
fun volume(v: Double) {
Callers
nothing calls this directly
Calls
3
position
Function · 0.85
execute
Method · 0.65
Vec3
Class · 0.50
Tested by
no test coverage detected