Skip to content

mincircleDiameterSq function#5869

Merged
Fedr merged 1 commit intomasterfrom
feature/mincircleDiameterSq
Mar 31, 2026
Merged

mincircleDiameterSq function#5869
Fedr merged 1 commit intomasterfrom
feature/mincircleDiameterSq

Conversation

@Fedr
Copy link
Copy Markdown
Contributor

@Fedr Fedr commented Mar 31, 2026

No description provided.

@Fedr Fedr requested a review from Grantim March 31, 2026 11:35
/// For acute triangles it is the same as circumcircle, for obtuse triangles - the circle with the longest triangle's edge as a diameter
/// \ingroup MathGroup
template <typename T>
[[nodiscard]] T mincircleDiameterSq( const Vector3<T> & a, const Vector3<T> & b, const Vector3<T> & c )
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to add MR_BIND_TEMPLATE?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, but let us do it separately for all functions in this file

@Fedr Fedr merged commit 0855212 into master Mar 31, 2026
34 checks passed
@Fedr Fedr deleted the feature/mincircleDiameterSq branch March 31, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants