#include "Math.h"
#include <vector>
#include <string>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
|
std::string | ai::Str::toString (const glm::vec3 &pos) |
|
bool | ai::Str::startsWith (const std::string &string, const std::string &token) |
|
float | ai::Str::strToFloat (const std::string &str) |
|
std::string | ai::Str::eraseAllSpaces (const std::string &str) |
|
void | ai::Str::splitString (const std::string &string, std::vector< std::string > &tokens, const std::string &delimiters="()") |
|