MCPcopy 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
120private 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

Vec3Class · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected