libigl v2.5.0
Loading...
Searching...
No Matches
MappingEnergyType.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) 2018 Zhongshi Jiang <jiangzs@nyu.edu>
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_MAPPINGENERGYTYPE_H
9#define IGL_MAPPINGENERGYTYPE_H
10namespace igl
11{
14 // Todo: Integrate with ARAPEnergyType
25}
26#endif
Definition AABB.h:17
MappingEnergyType
Energy Types used for Parameterization/Mapping.
Definition MappingEnergyType.h:16
@ EXP_SYMMETRIC_DIRICHLET
Definition MappingEnergyType.h:22
@ EXP_CONFORMAL
Definition MappingEnergyType.h:21
@ SYMMETRIC_DIRICHLET
Definition MappingEnergyType.h:19
@ CONFORMAL
Definition MappingEnergyType.h:20
@ NUM_SLIM_ENERGY_TYPES
Definition MappingEnergyType.h:23
@ LOG_ARAP
Definition MappingEnergyType.h:18
@ ARAP
Definition MappingEnergyType.h:17