We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626a4ea commit b25de66Copy full SHA for b25de66
modules/juce_graphics/geometry/juce_AffineTransform.h
@@ -255,7 +255,7 @@ class JUCE_API AffineTransform final
255
/** Returns true if this transform has no effect on points. */
256
bool isIdentity() const noexcept;
257
258
- /** 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). */
259
bool isSingularity() const noexcept;
260
261
/** Returns true if the transform only translates, and doesn't scale or rotate the points. */
0 commit comments