public GgbVector getLabelPosition() { return coordsys.getPoint(0.5); }
/** * 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); }