1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Reword isSingularity() brief to avoid Doxygen line break

The last period in "i.e." was previously interpreted as the end of a brief description.
This commit is contained in:
Mathieu Demange 2025-05-07 10:16:33 +02:00 committed by Tom Poole
parent c61158ed3a
commit 980926d4a6

View file

@ -255,7 +255,7 @@ public:
/** Returns true if this transform has no effect on points. */ /** Returns true if this transform has no effect on points. */
bool isIdentity() const noexcept; bool isIdentity() const noexcept;
/** Returns true if this transform maps to a singularity - i.e. if it has no inverse. */ /** Returns true if this transform maps to a singularity (i.e., has no inverse). */
bool isSingularity() const noexcept; bool isSingularity() const noexcept;
/** Returns true if the transform only translates, and doesn't scale or rotate the points. */ /** Returns true if the transform only translates, and doesn't scale or rotate the points. */