Documentation

This commit is contained in:
Roger Maitland 2022-07-13 16:13:33 -04:00
parent 73945ed27c
commit 03917ad143
14 changed files with 705 additions and 27 deletions

View file

@ -527,7 +527,7 @@ class ThreePointArc(Edge):
Add an arc generated by three points.
Args:
pts (VectorLike): sequence of three points
pts (VectorLike): sequence of three points
mode (Mode, optional): combination mode. Defaults to Mode.ADDITION.
Raises: