Skip to content

Commit

Permalink
Add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless authored Nov 18, 2024
1 parent cd89d33 commit 4cf4948
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Siv3D/src/Siv3D/Geometry2D/SivGeometry2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5283,6 +5283,15 @@ namespace s3d
// SmallestEnclosingCircle
//
//////////////////////////////////////////////////
//-----------------------------------------------
// Authors (OpenSiv3D challenge #19)
// - あぷりばーど
// - Nachia
// - Luke256
// - ラクラムシ
// - polyester
// - sasa
//-----------------------------------------------

Circle SmallestEnclosingCircle(const Vec2& p0, const Vec2& p1, const Vec2& p2)
{
Expand Down

0 comments on commit 4cf4948

Please sign in to comment.