Project Geode-Numerics
namespace detail
Functions
mean_plane_around_points
cpp
OwnerPlane mean_plane_around_points(const PointSet3D & mesh, Span mesh_vertices_indices)
OwnerPlane mean_plane_around_points(const PointSet3D & mesh, Span mesh_vertices_indices)
Compute mean plane around mesh Points with Least Squares, using only the points with given indices.
mesh [in] Input mesh
mesh_vertices_indices [in] Indices of mesh vertices to use
mean_plane_around_curve_points
cpp
OwnerPlane mean_plane_around_curve_points(const EdgedCurve3D & mesh, Span mesh_vertices_indices)
OwnerPlane mean_plane_around_curve_points(const EdgedCurve3D & mesh, Span mesh_vertices_indices)
mean_plane_around_surface_points
cpp
OwnerPlane mean_plane_around_surface_points(const SurfaceMesh3D & mesh, Span mesh_vertices_indices)
OwnerPlane mean_plane_around_surface_points(const SurfaceMesh3D & mesh, Span mesh_vertices_indices)