Skip to content

slitvinov/off

Repository files navigation

Tools for OFF files

Introduction

OFF references

Programs

* [off.volume](volume.awk) - compute volume of triangulated surface * [off.area](area.awk) - compute area of triangulated surface * [off.scale](scale.awk) - scale coordinates * [off.project](project.awk) - project all vertices on a unit sphere * [off.refine](refine.awk) - refine triangulated surface

Install

$ make

Examples

$ off.area test_data/icosa.off
3.8298165592841229e+01
$ off.volume test_data/icosa.off
2.0289205728439306e+01
$ off.scale 10 < test_data/icosa.off
*** output flushed ***

Refine

About

Tools for off files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published