Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rambaut/figtree
/ transform
Method
transform
src/figtree/treeviewer/ScaleAxis.java:102–104 ·
view source on GitHub ↗
Transform a value
(double value)
Source
from the content-addressed store, hash-verified
100
* Transform a value
101
*/
102
public
double transform(double value) {
103
return
value;
// a linear transform !
104
}
105
106
/**
107
* Untransform a value
Callers
4
scaleValue
Method · 0.95
drawTree
Method · 0.45
calculateTransform
Method · 0.45
paint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected