Compute normals from Jacobian matrix.
Definition in file compute_normal_fwd.hpp.
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
mm::surface_fill_internal | |
Internal implementations needed by GeneralSurfaceFill. | |
Functions | |
template<typename scalar_t , int dim_from, int dim_to> | |
Vec< scalar_t, dim_to > | mm::surface_fill_internal::compute_normal (Eigen::Matrix< scalar_t, dim_to, dim_from > J) |
Compute normal from given Jacobian. More... | |