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
According to the docssegments returns an array of groups, but it doesn't:
construn=Pts.quickStart("pt","#003");run((time,ftime)=>{constrect=Rectangle.corners(Rectangle.fromCenter(space.center,60,60));rect.clone().segments(2,1,true).map((side,index)=>{side.scale(1.5);// here side is an array of Ptform.strokeOnly("#f00",18).line(side);})});
The text was updated successfully, but these errors were encountered:
According to the docs
segments
returns an array of groups, but it doesn't:The text was updated successfully, but these errors were encountered: