Click or drag to resize

UnitConversiontoBase Method (ListVector3)

converts given vector to the base unit of the conversion

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Vector3> toBase(
	List<Vector3> vecs
)

Parameters

vecs
Type: System.Collections.GenericListVector3
vector to be converted

Return Value

Type: ListVector3
converted vector
See Also