|
JUCE
|
A parallelogram defined by three RelativePoint positions. More...
#include <juce_RelativeParallelogram.h>
Static Public Member Functions | |
| static Point< float > | getInternalCoordForPoint (const Point< float > *parallelogramCorners, Point< float > point) noexcept |
| static Point< float > | getPointForInternalCoord (const Point< float > *parallelogramCorners, Point< float > internalPoint) noexcept |
| static Rectangle< float > | getBoundingBox (const Point< float > *parallelogramCorners) noexcept |
Public Attributes | |
| RelativePoint | topLeft |
| RelativePoint | topRight |
| RelativePoint | bottomLeft |
A parallelogram defined by three RelativePoint positions.
| RelativeParallelogram::RelativeParallelogram | ( | ) |
| RelativeParallelogram::RelativeParallelogram | ( | const RelativePoint & | topLeft, |
| const RelativePoint & | topRight, | ||
| const RelativePoint & | bottomLeft | ||
| ) |
| RelativeParallelogram::RelativeParallelogram | ( | const String & | topLeft, |
| const String & | topRight, | ||
| const String & | bottomLeft | ||
| ) |
| RelativeParallelogram::~RelativeParallelogram | ( | ) |
| void RelativeParallelogram::resolveThreePoints | ( | Point< float > * | points, |
| Expression::Scope * | scope | ||
| ) | const |
| void RelativeParallelogram::resolveFourCorners | ( | Point< float > * | points, |
| Expression::Scope * | scope | ||
| ) | const |
| const Rectangle< float > RelativeParallelogram::getBounds | ( | Expression::Scope * | scope | ) | const |
| void RelativeParallelogram::getPath | ( | Path & | path, |
| Expression::Scope * | scope | ||
| ) | const |
| AffineTransform RelativeParallelogram::resetToPerpendicular | ( | Expression::Scope * | scope | ) |
| bool RelativeParallelogram::isDynamic | ( | ) | const |
|
noexcept |
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
| RelativePoint RelativeParallelogram::topLeft |
| RelativePoint RelativeParallelogram::topRight |
| RelativePoint RelativeParallelogram::bottomLeft |