GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Namespaces | Macros | Functions
Vector3f.hpp File Reference
#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)
 

Macro Definition Documentation

#define VECTOR3F_HPP