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

Class Body

src/main/java/trace/input/KinectBody.kt:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class KinectBody {
8
9 class Body {
10 val joints = mutableMapOf<String, Vec3>()
11 val previous = mutableMapOf<String, Vec3>()
12 }
13
14 companion object {
15 private var osc: OSCIn

Callers 1

KinectBodyClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected