public final class Scale extends Object
| Modifier and Type | Method and Description |
|---|---|
static NumberDecomposition |
decompose(double x)
Decompose number decomposition.
|
static double |
magnitude(double x)
Magnitude double.
|
static double |
normalize(double x)
Normalize double.
|
static double |
unitFromMagnitude(double mag)
Unit from magnitude.
|
static double |
unitFromNumber(double x)
Unit from number.
|
public static double magnitude(double x)
x - the xpublic static double unitFromNumber(double x)
x - the xpublic static double unitFromMagnitude(double mag)
mag - the magpublic static double normalize(double x)
x - the xpublic static NumberDecomposition decompose(double x)
x - the xCopyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.