|
Functions |
| std::ostream & | operator<< (std::ostream &f, const FVector &v) |
| std::istream & | operator>> (std::istream &f, FVector &v) |
| std::ostream & | operator<< (std::ostream &f, const SVector &v) |
| std::istream & | operator>> (std::istream &f, SVector &v) |
| double | dot (const FVector &v1, const FVector &v2) |
| double | dot (const FVector &v1, const SVector &v2) |
| double | dot (const SVector &v1, const FVector &v2) |
| double | dot (const SVector &v1, const SVector &v2) |
| SVector | combine (const SVector &v1, double a1, const SVector &v2, double a2) |
| FVector | combine (const FVector &v1, double a1, const SVector &v2, double a2) |
| FVector | combine (const SVector &v1, double a1, const FVector &v2, double a2) |
| FVector | combine (const FVector &v1, double a1, const FVector &v2, double a2) |
| template<> |
| void | parse_labeled_vector< SVector > (std::string ex, int &label, SVector &x) |
| template<> |
| void | parse_labeled_vector< FVector > (std::string ex, int &label, FVector &x) |