Medusa
1.1
Coordinate Free Mehless Method implementation
compute_normal_fwd.hpp
Go to the documentation of this file.
1
#ifndef MEDUSA_BITS_DOMAINS_COMPUTE_NORMAL_FWD_HPP_
2
#define MEDUSA_BITS_DOMAINS_COMPUTE_NORMAL_FWD_HPP_
3
11
#include <
medusa/Config.hpp
>
12
#include <
medusa/bits/types/Vec.hpp
>
13
14
namespace
mm
{
16
namespace
surface_fill_internal {
17
31
template
<
typename
scalar_t,
int
dim_from,
int
dim_to>
32
Vec<scalar_t, dim_to>
compute_normal
(Eigen::Matrix<scalar_t, dim_to, dim_from> J);
33
34
}
// namespace surface_fill_internal
35
}
// namespace mm
36
37
#endif // MEDUSA_BITS_DOMAINS_COMPUTE_NORMAL_FWD_HPP_
mm
Root namespace for the whole library.
Definition:
Gaussian.hpp:14
Config.hpp
mm::surface_fill_internal::compute_normal
Vec< scalar_t, dim_to > compute_normal(Eigen::Matrix< scalar_t, dim_to, dim_from > J)
Compute normal from given Jacobian.
Vec.hpp
include
medusa
bits
domains
compute_normal_fwd.hpp
Generated on Thu Jun 9 2022 09:42:25 for Medusa by
1.8.17