Nebula
|
#include "math/vec2.h"
#include "math/vec3.h"
#include "math/vec4.h"
#include "math/mat4.h"
#include "math/quat.h"
#include "math/transform.h"
#include "flat/foundation/math.h"
Go to the source code of this file.
Namespaces | |
namespace | Flat |
Flatbuffer to Nebula type conversion functions. | |
namespace | flatbuffers |
Functions | |
Flat::Quat | flatbuffers::Pack (const Math::quat &v) |
Math::quat | flatbuffers::UnPack (const Flat::Quat &v) |
Flat::Vec4 | flatbuffers::Pack (const Math::vec4 &v) |
Math::vec4 | flatbuffers::UnPack (const Flat::Vec4 &v) |
Flat::Vec3 | flatbuffers::Pack (const Math::vec3 &v) |
Math::vec3 | flatbuffers::UnPack (const Flat::Vec3 &v) |
Flat::Vec2 | flatbuffers::Pack (const Math::vec2 &v) |
Math::vec2 | flatbuffers::UnPack (const Flat::Vec2 &v) |
Flat::Mat4 | flatbuffers::Pack (const Math::mat4 &v) |
Math::mat4 | flatbuffers::UnPack (const Flat::Mat4 &v) |
Flat::Transform | flatbuffers::Pack (const Math::transform &v) |
Math::transform | flatbuffers::UnPack (const Flat::Transform &v) |