|
Gridarta Editor
|
Utility class for mathematical functions. More...
Collaboration diagram for net.sf.gridarta.utils.MathUtils:Static Public Member Functions | |
| static int | mod (final int numerator, final int denominator) |
| Calculates the remainder of. More... | |
Private Member Functions | |
| MathUtils () | |
| Private constructor to prevent instantiation. More... | |
Utility class for mathematical functions.
Definition at line 26 of file MathUtils.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 31 of file MathUtils.java.
|
static |
Calculates the remainder of.
.
| numerator | the numerator |
| denominator | the denominator |
Definition at line 40 of file MathUtils.java.
Referenced by net.sf.gridarta.gui.copybuffer.CopyBuffer< G, A, R >.pasteTiled().
Here is the caller graph for this function: