| Modifier and Type | Method | Description |
|---|---|---|
UV |
UV.add(double value,
U u) |
Like
UV.add(UV uv) but the UnitValue to add is specified as a value and a Unit. |
UV |
UV.add(UV uv) |
Adds another UnitValue to this one and returns the resulting UnitValue.
|
UV |
UV.convert(U to) |
Converts this UnitValue to another Unit.
|
UV |
UV.convertAbsolute(U to) |
Converts this unit while accounting for offset.
|
static UV |
UV.max(UV a,
UV b) |
Compares two compatible unit vectors and returns the largest of them.
|
static UV |
UV.min(UV a,
UV b) |
Compares two compatible unit vectors and returns the smallest of them.
|
UV |
UV.sub(double value,
U u) |
Like
UV.sub(UV uv) but the UnitValue to subtract is specified as a value and a Unit. |
UV |
UV.sub(UV uv) |
Subtracts another UnitValue from this one and returns the resulting UnitValue.
|
Copyright © 2018. All rights reserved.