Package org.jzy3d.plot3d.transform.space
-
Interface Summary Interface Description SpaceTransform Specify an axe transform (e.g. for log axes) -
Class Summary Class Description SpaceTransformer A helper to apply 3SpaceTransform
on each dimension of aCoord3d
.SpaceTransformLog Apply log transform if value is greater than 0 (otherwise return 0).SpaceTransformLog2 Apply log transform if value is greater than 0 (otherwise return 0).SpaceTransformLogX Apply log(e) transform if value is greater than 0 (otherwise return 0).SpaceTransformNone Do not apply any transform (return input value).