Click or drag to resize

UnitConversiontoBaseMeshT Method

Converts vertex coordinates of given mesh to the base unit of the conversion.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public T toBaseMesh<T>(
	T m
)
where T : IMesh

Parameters

m
Type: T
mesh whose vertex coordinates shall be converted.

Type Parameters

T
Type of the mesh into which to convert.

Return Value

Type: T
mesh with converted vertex coordinates.
See Also