Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
ring_plane.functions.hh File Reference

Function definitions for ring-plane geometry functions. More...

#include <numeric/types.hh>
#include <numeric/xyzVector.fwd.hh>
#include <utility/vector1.hh>

Namespaces

 numeric
 Unit headers.
 
 numeric::geometry
 

Functions

Real numeric::geometry::residual_squared_of_points_to_plane (utility::vector1< xyzVector< Real > > const &point_coords, xyzVector< Real > const &vector_normal_to_plane)
 Return the R-squared value, indicating how well one or more points lie in a given plane, if those points were shifted such that their centroid were at the origin. More...
 
bool numeric::geometry::are_coplanar (utility::vector1< xyzVector< Real > > const &ring_point_coords)
 
xyzVector< Real > numeric::geometry::vector_normal_to_ring_plane_of_best_fit (utility::vector1< xyzVector< Real > > const &ring_point_coords, bool co_planar_check=true)
 Return the vector normal to the plane of best fit of a ring. More...
 

Detailed Description

Function definitions for ring-plane geometry functions.

Function declarations for ring-plane geometry functions.

Author
Brian Weitzner
Michael Pacella
Labonte JWLab.nosp@m.onte.nosp@m.@jhu..nosp@m.edu