geometry

Bindings for numeric::geometry namespace

pyrosetta.rosetta.numeric.geometry.are_coplanar(ring_point_coords: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t) → bool

C++: numeric::geometry::are_coplanar(const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &) –> bool

pyrosetta.rosetta.numeric.geometry.residual_squared_of_points_to_plane(point_coords: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, vector_normal_to_plane: pyrosetta.rosetta.numeric.xyzVector_double_t) → float
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.

C++: numeric::geometry::residual_squared_of_points_to_plane(const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, const class numeric::xyzVector<double> &) –> double

pyrosetta.rosetta.numeric.geometry.vector_normal_to_ring_plane_of_best_fit(*args, **kwargs)

Overloaded function.

  1. vector_normal_to_ring_plane_of_best_fit(ring_point_coords: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t) -> pyrosetta.rosetta.numeric.xyzVector_double_t
  2. vector_normal_to_ring_plane_of_best_fit(ring_point_coords: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, co_planar_check: bool) -> pyrosetta.rosetta.numeric.xyzVector_double_t

Return the vector normal to the plane of best fit of a ring.

C++: numeric::geometry::vector_normal_to_ring_plane_of_best_fit(const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, bool) –> class numeric::xyzVector<double>