| add(double c1) | FVector | |
| add(const FVector &v2) | FVector | |
| add(const SVector &v2) | FVector | |
| add(const FVector &v2, double c2) | FVector | |
| add(const SVector &v2, double c2) | FVector | |
| add(const FVector &v2, double c2, const FVector &q2) | FVector | |
| add(const SVector &v2, double c2, const FVector &q2) | FVector | |
| clear() | FVector | |
| combine(double c1, const FVector &v2, double c2) | FVector | |
| combine(double c1, const SVector &v2, double c2) | FVector | |
| fromPSQL(std::string str) | FVector | |
| FVector() | FVector | |
| FVector(int n) | FVector | |
| FVector(const SVector &v) | FVector | |
| get(int i) const | FVector | |
| getSpaceUsed() | FVector | |
| load(std::istream &f) | FVector | |
| loadString(std::string str) | FVector | |
| operator const VFloat *() const | FVector | [inline] |
| operator VFloat *() | FVector | [inline] |
| operator<<(std::ostream &f, const FVector &v) | FVector | [friend] |
| operator>>(std::istream &f, FVector &v) | FVector | [friend] |
| qset(int i, double v) | FVector | [private] |
| read_bin(void *data, size_t length) | FVector | |
| rep() | FVector | [inline, private] |
| rep() const | FVector | [inline, private] |
| resize(int n) | FVector | |
| save(std::ostream &f) const | FVector | |
| scale(double c1) | FVector | |
| set(int i, double v) | FVector | |
| size() const | FVector | [inline] |
| slice(int fi, int ti) const | FVector | |
| touch(int i) | FVector | |
| w | FVector | [private] |
| write_bin(size_t &total_size) | FVector | |