GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
#include <string>
#include <serine/Serializable.hpp>
Go to the source code of this file.
Data Structures | |
class | radix::Vector3f |
3-dimensional float -based vector/point storage and manipulation struct More... | |
Namespaces | |
radix | |
Macros | |
#define | VECTOR3F_HPP |
Functions | |
constexpr float | radix::dot (const Vector3f &v1, const Vector3f &v2) |
Vector3f | radix::cross (const Vector3f &v1, const Vector3f &v2) |
Vector3f | radix::normalize (const Vector3f &v) |
#define VECTOR3F_HPP |