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:
parent
c61158ed3a
commit
980926d4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ public:
|
|||
/** Returns true if this transform has no effect on points. */
|
||||
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;
|
||||
|
||||
/** Returns true if the transform only translates, and doesn't scale or rotate the points. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue