Medusa  1.1
Coordinate Free Mehless Method implementation
compute_normal.cpp
Go to the documentation of this file.
2 
8 template mm::Vec<double, 3> mm::surface_fill_internal::compute_normal(Eigen::Matrix<double, 3, 2>);
10 template mm::Vec<double, 4> mm::surface_fill_internal::compute_normal(Eigen::Matrix<double, 4, 3>);
11 template mm::Vec<double, 3> mm::surface_fill_internal::compute_normal(Eigen::Matrix<double, 3, 1>);
12 template mm::Vec<double, 2> mm::surface_fill_internal::compute_normal(Eigen::Matrix<double, 2, 1>);
compute_normal.hpp
mm::Vec
Eigen::Matrix< scalar_t, dim, 1, Eigen::ColMajor|Eigen::AutoAlign, dim, 1 > Vec
Fixed size vector type, representing a mathematical 1d/2d/3d vector.
Definition: Vec_fwd.hpp:31
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.