|
| template<typename PtType1 > |
| static PtType1 & | add (PtType1 &lhs, T2 const &rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | sub (PtType1 &lhs, T2 const &rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | mul (PtType1 &lhs, T2 const &rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | div (PtType1 &lhs, T2 const &rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | add (PtType1 &lhs, T2 const *rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | sub (PtType1 &lhs, T2 const *rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | mul (PtType1 &lhs, T2 const *rhs) |
| |
| template<typename PtType1 > |
| static PtType1 & | div (PtType1 &lhs, T2 const *rhs) |
| |
| template<typename PtType1 , typename PtType2 > |
| static PtType1 & | add (PtType1 &lhs, PtType2 const &rhs) |
| |
| template<typename PtType1 , typename PtType2 > |
| static PtType1 & | sub (PtType1 &lhs, PtType2 const &rhs) |
| |
| template<typename PtType1 , typename PtType2 > |
| static PtType1 & | mul (PtType1 &lhs, PtType2 const &rhs) |
| |
| template<typename PtType1 , typename PtType2 > |
| static PtType1 & | div (PtType1 &lhs, PtType2 const &rhs) |
| |
template<typename T1, typename T2, uint32_t C1, uint32_t C2>
struct castor::PtAssignOperators< T1, T2, C1, C2 >
Point assignment operators.