/**
  * Applies the top transformation matrix to {@link Geometry}s.
  *
  * @param s Geometry object
  */
 public void transform(Geometry s) {
   s.setMatrix(m());
 }