libigl v2.5.0
Loading...
Searching...
No Matches
ARAPEnergyType.h
Go to the documentation of this file.
1// This file is part of libigl, a simple c++ geometry processing library.
2//
3// Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com>
4//
5// This Source Code Form is subject to the terms of the Mozilla Public License
6// v. 2.0. If a copy of the MPL was not distributed with this file, You can
7// obtain one at http://mozilla.org/MPL/2.0/.
8#ifndef IGL_ARAPENERGYTYPE_H
9#define IGL_ARAPENERGYTYPE_H
10namespace igl
11{
32}
33#endif
Definition AABB.h:17
ARAPEnergyType
Enum for choosing ARAP energy type.
Definition ARAPEnergyType.h:14
@ ARAP_ENERGY_TYPE_DEFAULT
Choose one automatically: spokes and rims for surfaces, elements for planar meshes and tets (not full...
Definition ARAPEnergyType.h:28
@ ARAP_ENERGY_TYPE_SPOKES_AND_RIMS
Adapted version of "As-rigid-as-possible Surface Modeling" by [Sorkine and Alexa 2007] presented in s...
Definition ARAPEnergyType.h:22
@ ARAP_ENERGY_TYPE_SPOKES
"As-rigid-as-possible Surface Modeling" by [Sorkine and Alexa 2007], rotations defined at vertices af...
Definition ARAPEnergyType.h:17
@ NUM_ARAP_ENERGY_TYPES
Total number of types.
Definition ARAPEnergyType.h:30
@ ARAP_ENERGY_TYPE_ELEMENTS
"A local-global approach to mesh parameterization" by [Liu et al. 2010] or "A simple geometric model ...
Definition ARAPEnergyType.h:25