|
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator+ (const TPoint< F > &p1, const TPoint< I > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator+ (const TPoint< I > &p1, const TPoint< F > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator- (const TPoint< F > &p1, const TPoint< I > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator- (const TPoint< I > &p1, const TPoint< F > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator* (const TPoint< F > &p1, const TPoint< I > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator* (const TPoint< I > &p1, const TPoint< F > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator/ (const TPoint< F > &p1, const TPoint< I > &p2) |
| |
| template<class F , class I , class = MixedOp<F, I>> |
| constexpr TPoint< F > | impeller::operator/ (const TPoint< I > &p1, const TPoint< F > &p2) |
| |
| template<class T , class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
| constexpr TPoint< T > | impeller::operator* (U s, const TPoint< T > &p) |
| |
| template<class T , class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
| constexpr TPoint< T > | impeller::operator/ (U s, const TPoint< T > &p) |
| |
| template<class T , class U > |
| constexpr TPoint< T > | impeller::operator+ (const TSize< U > &s, const TPoint< T > &p) |
| |
| template<class T , class U > |
| constexpr TPoint< T > | impeller::operator- (const TSize< U > &s, const TPoint< T > &p) |
| |
| template<class T , class U > |
| constexpr TPoint< T > | impeller::operator* (const TSize< U > &s, const TPoint< T > &p) |
| |
| template<class T , class U > |
| constexpr TPoint< T > | impeller::operator/ (const TSize< U > &s, const TPoint< T > &p) |
| |
| template<class T > |
| constexpr TPoint< T > | impeller::operator- (const TPoint< T > &p, T v) |
| |
| template<class T > |
| std::ostream & | std::operator<< (std::ostream &out, const impeller::TPoint< T > &p) |
| |