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