Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnitsConverter

Class serving for the conversion between different length & angular units. While Catana internally works in Angstroms, this functionality is handy, for example, when converting from/to file formats (e.g., UNF) allowing for different units.

Hierarchy

  • UnitsConverter

Index

Constructors

constructor

Properties

Private _sourceUnits

_sourceUnits: LengthUnits | AngularUnits

Private _targetUnits

_targetUnits: LengthUnits | AngularUnits

Private Readonly aToNm

aToNm: 0.1 = 0.1

Private Readonly aToPm

aToPm: 100 = 100

Accessors

sourceUnits

targetUnits

Methods

convert

convertArray

Private lengthConv

  • lengthConv(trgUnit: LengthUnits, value: number, aMult: number, pmMult: number, nmMult: number): number

Generated using TypeDoc