예제 #1
0
 /**
  * Factor to convert from chains to meters.
  **********************************************************************/
 static inline Math::real chain() throw() { return 22 * yard(); }
예제 #2
0
 /**
  * Factor to convert from fathoms to meters.
  **********************************************************************/
 static inline Math::real fathom() throw() { return 2 * yard(); }
예제 #3
0
 /**
  * @return the number of meters in a chain.
  **********************************************************************/
 static Math::real chain() { return 22 * yard(); }
예제 #4
0
 /**
  * @return the number of meters in a fathom.
  **********************************************************************/
 static Math::real fathom() { return 2 * yard(); }
예제 #5
0
 /**
  * Factor to convert from chains to meters.
  **********************************************************************/
 static inline double chain() throw() { return 22 * yard(); }
예제 #6
0
 /**
  * Factor to convert from fathoms to meters.
  **********************************************************************/
 static inline double fathom() throw() { return 2 * yard(); }