![]() |
UnitConversion Class |
Namespace: Karamba.Utilities
The UnitConversion type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnitConversion(String) |
create new units conversion object with unit conversion factor
|
![]() | UnitConversion(Double, String) |
create new units conversion object
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | toBase(ListDouble) |
converts given list of numbers to the base unit of the conversion
|
![]() | toBase(Double) |
converts given number to the base unit of the conversion
|
![]() | toBase(Double) |
converts given array to the base unit of the conversion
|
![]() | toBase(Point3) |
converts given point to the base unit of the conversion
|
![]() | toBase(Vector3) |
converts given vector to the base unit of the conversion
|
![]() | toBase(ListVector3) |
converts given vector to the base unit of the conversion
|
![]() | toBaseMeshT |
converts vertex coordinates of given mesh to the base unit of the conversion
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | toUnit(ListListDouble) |
converts given list of list of numbers from the base unit of the conversion
|
![]() | toUnit(ListDouble) |
converts given list of numbers from the base unit of the conversion
|
![]() | toUnit(Double) |
converts number from the base unit of the conversion
|
![]() | toUnit(Double) |
converts given array from the base unit of the conversion
|
![]() | toUnit(Point3) |
converts given point from the base unit of the conversion
|
![]() | toUnit(Vector3) |
converts given vector from the base unit of the conversion
|
![]() | toUnit(ListVector3) |
converts given list of vectors from the base unit of the conversion
|
Name | Description | |
---|---|---|
![]() | toBase |
converts given list of numbers to the base unit of the conversion
(Defined by UnitConversionExtension.) |