Skip to content

Commit

Permalink
Disk description format update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassafrass6 committed Apr 4, 2022
1 parent 214103e commit c0c2874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fury/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,10 +1647,10 @@ def disk(centers, directions, colors, rinner=0.3,
disk inner radius, default: 0.3
router : float
disk outer radius, default: 0.5
cresolution: int, default: 6
Number of facets used to define perimeter of disk.
rresolution: int, default: 2
Number of facets used radially.
cresolution: int, optional
Number of facets used to define perimeter of disk, default: 6
rresolution: int, optional
Number of facets used radially, default: 2
vertices : ndarray, shape (N, 3)
The point cloud defining the disk.
faces : ndarray, shape (M, 3)
Expand Down

0 comments on commit c0c2874

Please sign in to comment.