net.sf.josceleton.core.api.entity
Interface Coordinate


public interface Coordinate

Since:
0.1

Method Summary
 float x()
           
 float y()
           
 float z()
           
 

Method Detail

x

float x()
Returns:
X coordinate of joint in interval [0.0, 1.0].
Since:
0.1

y

float y()
Returns:
Y coordinate of joint in interval [0.0, 1.0].
Since:
0.1

z

float z()
Returns:
Z coordinate of joint in interval [0.0, 7.0].
Since:
0.1


Copyright © 2011 Josceleton. All Rights Reserved.