![]() |
Castor3D 0.16.0
Multiplatform 3D engine
|
Opérateurs d'affectation de Point. Plus de détails...
#include <PointOperators.hpp>
Fonctions membres publiques statiques | |
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) |
Opérateurs d'affectation de Point.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |