Skip to content

Commit

Permalink
Update arcade/types/box.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <36696816+pushfoo@users.noreply.github.com>
  • Loading branch information
DigiDuncan and pushfoo authored Jan 9, 2025
1 parent 1f90eae commit f57e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/types/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def __contains__(self, point: Point3) -> bool:
return self.point_in_box(point)

def to_points(self) -> tuple[Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3]:
"""Return a new :py:class:`tuple` of this rectangle's corner points.
"""Return a new :py:class:`tuple` of this box's corners as 3D points.
The points will be ordered as follows:
Expand Down

0 comments on commit f57e55f

Please sign in to comment.