| Package | Description |
|---|---|
| manifold.science.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractBinaryUnit<A,B,D,U>>
Represents a binary unit of measure such as
VelocityUnit which is the quotient of LengthUnit and
TimeUnit. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProductUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractProductUnit<A,B,D,U>>
Represents a binary product of unit types of measure such as
Area which is the product of two LengthUnits. |
class |
AbstractQuotientUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractQuotientUnit<A,B,D,U>>
Represents a binary quotient of unit types of measure such as
VelocityUnit which is the quotient of
LengthUnit and TimeUnit. |
Copyright © 2021. All rights reserved.