Readonly LThe exponent of the length dimension.
Readonly MThe exponent of the mass dimension.
Readonly QThe exponent of the electric charge dimension.
Readonly TThe exponent of the time dimension.
Readonly amountThe exponent of the amount dimension.
Readonly intensityThe exponent of the intensity dimension.
Readonly temperatureThe exponent of the temperature dimension.
Static Readonly AMOUNT_Static Readonly ANGULAR_Angular Momentum.
Static Readonly AREAL2
Static Readonly ELECTRIC_Q1
Static Readonly ELECTRIC_Q1T-1
Static Readonly ELECTRIC_Electric Field.
Static Readonly ELECTRIC_Electric Permittivity times Area.
Static Readonly ENERGY_Energy or Torque.
Static Readonly FORCEForce.
Static Readonly FRICTION_Friction.
Static Readonly INV_Inverse Length.
Static Readonly INV_Inverse Mass.
Static Readonly INV_Inverse Moment of Inertia.
Static Readonly INV_Inverse Time.
Static Readonly LENGTHL1
Static Readonly LUMINOUS_Static Readonly MASSM1
Static Readonly MOMENTUMMomentum.
Static Readonly MOMENTUM_Momentum squared.
Static Readonly MOMENT_Moment of Inertia.
Static Readonly ONEAll exponents are zero, a dimensionless quantity.
Static Readonly RATE_Rate of change of Area.
Static Readonly STIFFNESSStiffness.
Static Readonly THERMODYNAMIC_Static Readonly TIMET1
Static Readonly TIME_Time squared.
Static Readonly VELOCITYVelocity
Static Readonly VELOCITY_Velocity squared
Static Readonly VOLUMEL3
Returns the dimensions if they are all equal, otherwise throws an Error
Divides dimensions by subtracting rational exponents.
this / rhs
Computes the multiplicative inverse of this dimensions number. This is achived by changing the signs of all the exponent quantities.
The multiplicative inverse of this dimensions number.
Multiplies dimensions by adding rational exponents.
this * rhs
Computes the power function by multiplying rational exponents.
pow(this, rhs)
Computes the square root by dividing each rational component by two.
Static valueConstructor function for Dimensions.
The mass component of the dimensions object.
The length component of the dimensions object.
The time component of the dimensions object.
The charge component of the dimensions object.
The temperature component of the dimensions object.
The amount component of the dimensions object.
The intensity component of the dimensions object.
Generated using TypeDoc
Keeps track of the dimensions of a physical quantity using seven rational exponents. Each of the exponents corresponds to a dimension in the S.I. system of units.