| Package | Description |
|---|---|
| com.bric.math |
| Modifier and Type | Method and Description |
|---|---|
void |
Length.add(Length
Add the argument to this
Length object.
|
int |
Length.compareTo(Length
Compares the distance of this
Length object with another.
|
void |
Length.subtract(Length
Subtracts the argument from this
Length object.
|
| Constructor and Description | |
|---|---|
Length(Length
Clones a
Length object.
|