etomica.units
Class Angle
java.lang.Object
etomica.units.Dimension
etomica.units.Angle
- All Implemented Interfaces:
- Serializable
public class Angle
- extends Dimension
Base for all angular units. Simulation unit for angles is radians.
- See Also:
- Serialized Form
|
Method Summary |
Unit |
getUnit(UnitSystem unitSystem)
Returns the unit of this dimension as derived in the given system of units. |
DIMENSION
public static final Dimension DIMENSION
SIM_UNIT
public static final Unit SIM_UNIT
getUnit
public Unit getUnit(UnitSystem unitSystem)
- Description copied from class:
Dimension
- Returns the unit of this dimension as derived in the given system of units.
Default constructs a CompoundUnit using the base units of the unit system.
- Overrides:
getUnit in class Dimension