Ejemplo n.º 1
0
 public GgbVector getLabelPosition() {
   return coordsys.getPoint(0.5);
 }
Ejemplo n.º 2
0
 /**
  * returns the point at position lambda on the coord sys
  *
  * @param lambda
  * @return the point at position lambda on the coord sys
  */
 public GgbVector getPoint(double lambda) {
   return coordsys.getPoint(lambda);
 }