![]() |
Rosetta
3.7
|
Function definitions for ring-plane geometry functions. More...
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... | |
Function definitions for ring-plane geometry functions.
Function declarations for ring-plane geometry functions.