ellipsoid module

class gensei.ellipsoid.Ellipsoid(semiaxes)
compute_approximate_surface()
Approximate Knud Thomsen’s formula, where p about 1.6075 yields a relative error of at most 1.061%.
contains(points)

Point x in ellipsoid A <=> x^T A x <= 1. Works for array of points.

Parameters:
points : (n_point, 3) array
static from_conf(conf, box)
get_radius()

Previous topic

cylinder module

Next topic

geometry module

This Page