algorithm.matching
Class MatchingAngles

java.lang.Object
  extended by algorithm.matching.MatchingAngles

public class MatchingAngles
extends java.lang.Object

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

xy

private double xy

yz

private double yz

xz

private double xz
Constructor Detail

MatchingAngles

public MatchingAngles()
Method Detail

getXy

public double getXy()
Returns:
the xy

setXy

public void setXy(double xy)
Parameters:
xy - the xy to set

getYz

public double getYz()
Returns:
the yz

setYz

public void setYz(double yz)
Parameters:
yz - the yz to set

getXz

public double getXz()
Returns:
the xz

setXz

public void setXz(double xz)
Parameters:
xz - the xz to set