Merge pull request #2460 from aprilnovak/new_feature

Fix documentation typo in Cylinder.from_points.
This commit is contained in:
Paul Romano 2023-04-07 19:24:38 +02:00 committed by GitHub
commit 4213656284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1240,7 +1240,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