decimMesh: Mesh Decimation

Description Usage Arguments Details Value See Also

View source: R/utils_mesh.R

Description

Generic function for mesh decimation. It invokes 2 particular methods depending on the class of the 1st argument M.

Usage

1

Arguments

M

Either a mesh3d object (in this case user should refer to decimMesh.mesh3d) or a character value (in this case user should refer to decimMesh.character)

...

Additional arguments for mesh decimation.

Details

For details, user should refer to the 2 methods decimMesh.mesh3d (to decimate a single mesh3d object) and decimMesh.character (to decimate a set of mesh files).

Value

Either mesh3d object (decimMesh.mesh3d), or a list of mesh3d objects (decimMesh.character)

See Also

decimMesh.mesh3d and decimMesh.character.


morphOptics/digit3DLand documentation built on July 17, 2021, 8:27 p.m.