|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.KatanaLocation
public class KatanaLocation
Simple representation of a point in 3D space.
Field Summary | |
---|---|
double |
x
|
double |
y
|
double |
z
|
Constructor Summary | |
---|---|
KatanaLocation(double x,
double y,
double z)
|
Method Summary | |
---|---|
boolean |
isSafeForGripping()
Returns true if the location is a safe place for picking up objects from. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final double x
public final double y
public final double z
Constructor Detail |
---|
public KatanaLocation(double x, double y, double z)
Method Detail |
---|
public boolean isSafeForGripping()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |