|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgorithm.matching.MatchingAngles
public class MatchingAngles
Representing the angles in three direction for the matching line for a matching.
| Field Summary | |
|---|---|
private double |
xy
|
private double |
xz
|
private double |
yz
|
| Constructor Summary | |
|---|---|
MatchingAngles()
|
|
| Method Summary | |
|---|---|
double |
getXy()
|
double |
getXz()
|
double |
getYz()
|
void |
setXy(double xy)
|
void |
setXz(double xz)
|
void |
setYz(double yz)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double xy
private double yz
private double xz
| Constructor Detail |
|---|
public MatchingAngles()
| Method Detail |
|---|
public double getXy()
public void setXy(double xy)
xy - the xy to setpublic double getYz()
public void setYz(double yz)
yz - the yz to setpublic double getXz()
public void setXz(double xz)
xz - the xz to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||