Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorAnimation::detail::PositionalGeometric Concept Reference

Position-carrying T whose damage region is fully determined by endpoints + overshoot. More...

#include <phosphor-animation/include/PhosphorAnimation/Interpolate.h>

Concept definition

template<typename T>
concept PhosphorAnimation::detail::PositionalGeometric = std::same_as<T, QPointF> || std::same_as<T, QRectF>
Position-carrying T whose damage region is fully determined by endpoints + overshoot.
Definition Interpolate.h:396

Detailed Description

Position-carrying T whose damage region is fully determined by endpoints + overshoot.