![]() |
Rosetta
3.7
|
#include <numeric/geometry/ring_plane.functions.hh>
#include <numeric/linear_algebra/singular_value_decomposition.hh>
#include <numeric/types.hh>
#include <numeric/xyzVector.hh>
#include <numeric/xyz.functions.hh>
#include <utility/vector1.hh>
#include <utility/vector1.functions.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... | |
xyzVector< numeric::Real > | numeric::geometry::make_plane_from_three_points (xyzVector< Real > const &p1, xyzVector< Real > const &p2, xyzVector< Real > const &p3) |
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... | |
Variables | |
xyzVector< Real > const | numeric::geometry::ZERO_VECTOR = xyzVector< Real >( 0.0 ) |
A zero-length vector to represent a non-plane or a point at the origin. More... | |