cylinder module

class gensei.cylinder.Cylinder(radius, height)
contains(points)

Point x in cylinder. Works for array of points.

Parameters:

points : (n_point, 3) array

The points to be tested for inclusion.

static from_conf(conf, box)
get_circumscribed_ellipsoid()
Return a circumscribed ellipsoid of the cylinder.
get_radius()

Previous topic

box module

Next topic

ellipsoid module

This Page