public interface AuxiliaryAxis
depth
, the [0.0, 1.0[ interval is divided into NSIDE
(=2^depth) segments.depth
is thus abs(unproject(1) - unproject(0)) / NSIDE
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
Returns the name of the auxiliary axis.
|
double |
project(double x)
Project (or normalize) the given auxiliary axis value into the [0.0, 1.0[ range.
|
double |
unproject(double y)
Unproject (denormalize) the value from the [0.0, 1.0[ range.
|
java.lang.String name()
double project(double x)
x
- the auxiliary axis value to be projected (normalized).double unproject(double y)
y
- the projected (normalized) value on the auxiliary axis, in [0.0, 1.0[Copyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.