You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the torus function states that the first parameter (nR) is the number of vertices along the large perimeter and the second parameter (nr) is the number of vertices along the small perimeter, but in the code the meaning of these parameters are switched.
V,F = gpy.torus(10, 3, R=1., r=0.1) produces:
But according to the documentation should produce:
The text was updated successfully, but these errors were encountered:
The documentation for the
torus
function states that the first parameter (nR
) is the number of vertices along the large perimeter and the second parameter (nr
) is the number of vertices along the small perimeter, but in the code the meaning of these parameters are switched.V,F = gpy.torus(10, 3, R=1., r=0.1)
produces:But according to the documentation should produce:
The text was updated successfully, but these errors were encountered: