Package | Description |
---|---|
multiplicity3.csys.behaviours.gesture | |
multiplicity3.csys.behaviours.gesture.debug |
Modifier and Type | Field and Description |
---|---|
Gesture |
GestureMatch.gesture
The gesture.
|
Gesture |
GestureMatch.libraryGesture
The library gesture.
|
Modifier and Type | Method and Description |
---|---|
Gesture |
GestureLibrary.loadGesture(java.lang.String name)
Load gesture.
|
Gesture |
Gesture.normalizeResolution(int numPoints)
Normalize resolution.
|
Modifier and Type | Method and Description |
---|---|
float |
Gesture.compareTo(Gesture g)
Compare to.
|
static float |
Gesture.dotProduct(Gesture a,
Gesture b)
Dot product.
|
GestureMatch |
GestureLibrary.findGestureMatch(Gesture g,
float proximity)
Find gesture match.
|
static float |
Gesture.match(Gesture a,
Gesture b)
Match.
|
void |
GestureLibrary.writeGesture(java.lang.String name,
Gesture g,
java.io.File dir)
Write gesture.
|
Constructor and Description |
---|
GestureMatch(Gesture gesture,
Gesture libraryGesture,
float score)
Instantiates a new gesture match.
|
Modifier and Type | Method and Description |
---|---|
void |
GestureDrawer.blat(Gesture g,
com.jme3.scene.shape.Line l)
Blat.
|
void |
GestureDrawer.updateGesturePair(Gesture g1,
Gesture g2)
Update gesture pair.
|