|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.core.HyperOptimizedTransform
public class HyperOptimizedTransform
Optimized hyperbolic transform, which precomputes some static operations prior to mapping
Field Summary | |
---|---|
private Complex |
theInverseRot
Precomputed 1/theta |
private Complex |
theXlatConj
Precomputed ~p |
private Complex |
theXlatOntheRot
Precomputed p/theta |
Constructor Summary | |
---|---|
HyperOptimizedTransform(HyperTransform t)
Construct from transform |
Method Summary | |
---|---|
Complex |
map(Complex z)
Map point in hyperbolic space |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Complex theInverseRot
private Complex theXlatOntheRot
private Complex theXlatConj
Constructor Detail |
---|
public HyperOptimizedTransform(HyperTransform t)
t
- transform to optimizeMethod Detail |
---|
public Complex map(Complex z)
IHyperTransform
map
in interface IHyperTransform
z
- point is hyperbolic space
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |