Static Public Methods | |
int | ICStoCCS (double icsVal, double zoomFactor) |
Converts the given ics value to ccs value. More... | |
int[] | ICStoCCS (double[] icsVals, double zoomFactor) |
Converts the given set of ics values to ccs values. More... | |
void | ICStoCCS (double[] icsVals, int[] ccsVals, double zoomFactor) |
Converts the given set of ics values to ccs values. More... | |
double | CCStoICS (int ccsVal, double zoomFactor) |
Converts the given ccs value to ics value. More... | |
double[] | CCStoICS (int[] ccsVals, double zoomFactor) |
Converts the given set of ccs values to ics values. More... | |
void | CCStoICS (int[] ccsVals, double[] icsVals, double zoomFactor) |
Converts the given set of ccs values to ics values. More... | |
Dimension | ICStoCCS (Dimension ics, double zoomFactor) |
Converts the given ics dimension to ccs dimension. More... | |
Dimension | CCStoICS (Dimension ccs, double zoomFactor) |
Converts the given ccs dimension to ics dimension. More... | |
int | ICStoPCS (double icsVal) |
Converts the given ics value to pcs value. More... | |
int | ICStoPCS (double icsVal, boolean doEps) |
Converts the given ics value to pcs value. More... | |
Static Public Attributes | |
double | ICS_ORIGIN = -0.5 |
The origin of the ICS is at (-0.5, -0.5). More... | |
double | ICS_EPS = 0.001 |
The correction factor makes sure that a point is mappend onto the correct CCS value, i.e. More... |
|
Converts the given ics value to ccs value.
|
|
Converts the given set of ics values to ccs values.
|
|
Converts the given set of ics values to ccs values.
|
|
Converts the given ccs value to ics value.
|
|
Converts the given set of ccs values to ics values.
|
|
Converts the given set of ccs values to ics values.
|
|
Converts the given ics dimension to ccs dimension.
|
|
Converts the given ccs dimension to ics dimension.
|
|
Converts the given ics value to pcs value.
|
|
Converts the given ics value to pcs value.
|
|
The origin of the ICS is at (-0.5, -0.5).
|
|
The correction factor makes sure that a point is mappend onto the correct CCS value, i.e. the point (0,0) has to be mapped onto (0,0), and not (1,1). |