|
UnitConversiontoUnitMeshT Method
|
Converts vertex coordinates of given mesh from the base unit to the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic T toUnitMesh<T>(
T m
)
where T : IMesh
Public Function toUnitMesh(Of T As IMesh) (
m As T
) As T
public:
generic<typename T>
where T : IMesh
T toUnitMesh(
T m
)
member toUnitMesh :
m : 'T -> 'T when 'T : IMesh
Parameters
- m
- Type: T
mesh whose vertex coordinates shall be converted.
Type Parameters
- T
- Type of the mesh into which to convert from base to unit.
Return Value
Type:
Tmesh with converted vertex coordinates.
See Also