Fix documentation typo in Cylinder.from_points. Closes #2459

This commit is contained in:
April Novak 2023-04-07 10:28:04 +02:00
parent 55d74c52dd
commit 69f1ef43f9

View file

@ -1241,7 +1241,7 @@ class Cylinder(QuadricMixin, Surface):
Parameters
----------
p1, p2 : 3-tuples
Points that pass through the plane, p1 will be used as (x0, y0, z0)
Points that pass through the cylinder axis.
r : float, optional
Radius of the cylinder in [cm]. Defaults to 1.
kwargs : dict