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