geometry
Interface PlanarMap

All Known Implementing Classes:
ComplexPolynomial, Similarity

public interface PlanarMap

This interface represents a map from the complex plane to itself.


Method Summary
 Complex map(Complex z)
          Apply the map to the point z.
 

Method Detail

map

Complex map(Complex z)
Apply the map to the point z.



Java Tutorial for Mathematics Students