mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Really minor clean-ups.
This commit is contained in:
parent
01dc36d29d
commit
76c8400049
34 changed files with 142 additions and 143 deletions
|
|
@ -50,8 +50,8 @@ public:
|
|||
AffineTransform resetToPerpendicular (Expression::Scope* scope);
|
||||
bool isDynamic() const;
|
||||
|
||||
bool operator== (const RelativeParallelogram& other) const noexcept;
|
||||
bool operator!= (const RelativeParallelogram& other) const noexcept;
|
||||
bool operator== (const RelativeParallelogram&) const noexcept;
|
||||
bool operator!= (const RelativeParallelogram&) const noexcept;
|
||||
|
||||
static Point<float> getInternalCoordForPoint (const Point<float>* parallelogramCorners, Point<float> point) noexcept;
|
||||
static Point<float> getPointForInternalCoord (const Point<float>* parallelogramCorners, Point<float> internalPoint) noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue