|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aeonscope.math.MeasurementKit
public class MeasurementKit
General utilities for dealing with measurements.
| Constructor Summary | |
|---|---|
MeasurementKit()
|
|
| Method Summary | |
|---|---|
static double |
center(double secondary,
double primary)
Centers the secondary length relative to the primary length. |
static float |
center(float secondary,
float primary)
Centers the secondary length relative to the primary length. |
static int |
center(int secondary,
int primary)
Centers the secondary length relative to the primary length. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeasurementKit()
| Method Detail |
|---|
public static int center(int secondary,
int primary)
secondary - The secondary length.primary - The primary length.
public static double center(double secondary,
double primary)
secondary - The secondary length.primary - The primary length.
center(int, int)
public static float center(float secondary,
float primary)
secondary - The secondary length.primary - The primary length.
center(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||