Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ toVec3
Function
toVec3
src/main/java/trace/input/LiveOpenPose.kt:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
}
119
120
private fun <String> List<String>.toVec3(): Vec3 {
121
return Vec3(this[0].toString().toDouble(), this[1].toString().toDouble(), this[2].toString().toDouble())
122
}
Callers
4
__mul__
Method · 0.85
__rmul__
Method · 0.85
__mul__
Method · 0.85
__rmul__
Method · 0.85
Calls
2
Vec3
Class · 0.50
toString
Method · 0.45
Tested by
no test coverage detected