#include <cmath>
Go to the source code of this file.
Data Structures | |
class | renderstack::vec2 |
simple two component float vector More... | |
Namespaces | |
namespace | renderstack |
Functions | |
float | renderstack::dot (vec2 const &v1, vec2 const &v2) |
vec2 | renderstack::normalize (vec2 const &v) |
Definition in file vec2.hpp.