|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.XYTheta
public class XYTheta
| Field Summary | |
|---|---|
protected double |
_theta
Theta coordinate. |
protected double |
_x
X coordinate. |
protected double |
_y
Y coordinate. |
| Constructor Summary | |
|---|---|
XYTheta()
|
|
XYTheta(double x,
double y,
double theta)
Constructor. |
|
| Method Summary | |
|---|---|
com.kuka.parameters.IParameter |
copy()
|
boolean |
equals(Object obj)
|
double |
getTheta()
Returns the theta-coordinate. |
double |
getX()
Returns the x-coordinate. |
double |
getY()
Returns the y-coordinate. |
int |
hashCode()
|
String |
toString()
|
XYTheta |
withTheta(double newTheta)
Returns a new TupleSE2 with a changed theta-coordinate. |
XYTheta |
withX(double newX)
Returns a new TupleSE2 with a changed x-coordinate. |
XYTheta |
withY(double newY)
Returns a new TupleSE2 with a changed y-coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final double _x
protected final double _y
protected final double _theta
| Constructor Detail |
|---|
public XYTheta()
public XYTheta(double x,
double y,
double theta)
x - The x-coordinate.y - The y-coordinate.theta - The theta-coordinate.| Method Detail |
|---|
public String toString()
toString in class Objectpublic double getX()
public double getY()
public double getTheta()
public XYTheta withX(double newX)
newX - the new x coordinate
public XYTheta withY(double newY)
newY - the new y coordinate
public XYTheta withTheta(double newTheta)
newTheta - the new theta coordinate
public com.kuka.parameters.IParameter copy()
copy in interface com.kuka.parameters.IParameterpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||