|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coordinate | |
---|---|
net.sf.josceleton.connection.api.service.motion | |
net.sf.josceleton.core.api.entity | |
net.sf.josceleton.core.api.entity.joint | |
net.sf.josceleton.core.api.entity.message |
Uses of Coordinate in net.sf.josceleton.connection.api.service.motion |
---|
Methods in net.sf.josceleton.connection.api.service.motion with parameters of type Coordinate | |
---|---|
void |
MotionListener.onMoved(Joint movedJoint,
Coordinate updatedCoordinate,
Skeleton skeleton)
Will be invoked whenever the specific user has moved any joint/body part. |
Uses of Coordinate in net.sf.josceleton.core.api.entity |
---|
Methods in net.sf.josceleton.core.api.entity with parameters of type Coordinate | |
---|---|
abstract float |
XyzDirection.extractValue(Coordinate coordinate)
|
static int |
CoordinateUtil.prettyPrint(Coordinate coordinate,
XyzDirection direction)
|
Uses of Coordinate in net.sf.josceleton.core.api.entity.joint |
---|
Methods in net.sf.josceleton.core.api.entity.joint that return Coordinate | |
---|---|
Coordinate |
Skeleton.get(Joint joint)
ATTENTION: This method might return null ! |
Coordinate |
Skeleton.getNullSafe(Joint joint)
Safely get a coordinate, ensuring the return value is not null but throwing an exception instead. |
Uses of Coordinate in net.sf.josceleton.core.api.entity.message |
---|
Methods in net.sf.josceleton.core.api.entity.message that return Coordinate | |
---|---|
Coordinate |
JointMessage.getCoordinate()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |