Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Converter.cpp File Reference
#include "Engine/Math/Converter.h"
#include <stdexcept>
Include dependency graph for Converter.cpp:

Go to the source code of this file.

Namespaces

namespace  EngineCore
 Log category system implementation.
namespace  bt
 Converter functions from other vector or number storage systems into the bullet 3 standard.
namespace  glm
 Converters from other number / vector systems into glm.

Functions

btVector3 bt::getVec3 (glm::vec3 v)
btQuaternion bt::getQuat (glm::quat quaternion)
vec3 glm::getVec3 (btVector3 v)
quat glm::getQuat (btQuaternion q)