SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Quaternion.hpp File Reference
#include <Math/Vector.hpp>
#include <Utility/Exception.hpp>

Go to the source code of this file.

Classes

class  Sleak::Math::Quaternion
 Represents a quaternion for 3D rotations. More...

Namespaces

namespace  Sleak
 Root namespace for everything the engine exposes.
namespace  Sleak::Math
 Vectors, matrices, quaternions, colors, AABBs, and random helpers.

Functions

Vector3D Sleak::Math::operator* (const Quaternion &quat, const Vector3D &vec)