treebolic.core
Interface IHyperTransform

All Known Implementing Classes:
HyperOptimizedTransform, HyperOrientationPreservingTransform, HyperRadialOrientationPreservingTransform, HyperTransform

public interface IHyperTransform

Hyperbolic transform interface

Author:
Bernard Bou

Method Summary
 Complex map(Complex z)
          Map point in hyperbolic space
 

Method Detail

map

Complex map(Complex z)
Map point in hyperbolic space

Parameters:
z - point is hyperbolic space
Returns:
map z to z' with z'=map(z)