|
UnitConversiontoUnit Method (ListListVector3)
|
converts given list of list of vectors from the base unit of the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<List<Vector3>> toUnit(
List<List<Vector3>> vecs
)
Public Function toUnit (
vecs As List(Of List(Of Vector3))
) As List(Of List(Of Vector3))
public:
List<List<Vector3>^>^ toUnit(
List<List<Vector3>^>^ vecs
)
member toUnit :
vecs : List<List<Vector3>> -> List<List<Vector3>>
Parameters
- vecs
- Type: System.Collections.GenericListListVector3
list of vectors to be converted.
Return Value
Type:
ListListVector3converted list of vectors.
See Also