libigl v2.5.0
Loading...
Searching...
No Matches
fit_plane.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "fit_plane.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::fit_plane (const Eigen::MatrixXd &V, Eigen::RowVector3d &N, Eigen::RowVector3d &C)
 Fit a plane to a point cloud.