|
| template<class T > |
| Pt3< T > | xms::operator* (int a, const Pt3< T > &pt) |
| |
| template<class T > |
| Pt3< T > | xms::operator* (float a, const Pt3< T > &pt) |
| |
| template<class T > |
| Pt3< T > | xms::operator* (double a, const Pt3< T > &pt) |
| |
| template<class _From , class _To > |
| _To & | xms::Pt3Convert (const _From &a_from, _To &a_to) |
| | Convert from one Pt3 to another. More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_ostream< charT, traits > & | xms::operator<< (std::basic_ostream< charT, traits > &strm, const Pt2< T > &a_pt) |
| | operator<< More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_istream< charT, traits > & | xms::operator>> (std::basic_istream< charT, traits > &strm, Pt2< T > &a_pt) |
| | operator>> More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_ostream< charT, traits > & | xms::operator<< (std::basic_ostream< charT, traits > &strm, const Pt3< T > &a_pt) |
| | operator<< More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_istream< charT, traits > & | xms::operator>> (std::basic_istream< charT, traits > &strm, Pt3< T > &a_pt) |
| | operator>> More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_ostream< charT, traits > & | xms::operator<< (std::basic_ostream< charT, traits > &strm, const Pt4< T > &a_pt) |
| | operator<< More...
|
| |
| template<typename T , typename charT , typename traits > |
| std::basic_istream< charT, traits > & | xms::operator>> (std::basic_istream< charT, traits > &strm, Pt4< T > &a_pt) |
| | operator>> More...
|
| |