readOFF {ashapesampler}R Documentation

Read OFF File

Description

This is a function to read OFF files for triangular meshes into the form that is required to use other functions in the package.

Usage

readOFF(file_name)

Arguments

file_name

path and name of file to be read

Value

complex_info list object containing two components, "Vertices" which holds the vertex coordinates and "cmplx" which holds the complex list object.


[Package ashapesampler version 1.0.0 Index]