27#ifndef EASY_RENDERER_TRANSFORM_DECOMPOSE_H
28#define EASY_RENDERER_TRANSFORM_DECOMPOSE_H
31#include <easy3d/core/types.h>
Definition: collider.cpp:182
Vec< 3, float > vec3
A 3D point/vector of float type.
Definition: types.h:45
Quat< float > quat
A quaternion of float type.
Definition: types.h:86
Mat4< float > mat4
A 4 by 4 matrix of float type.
Definition: types.h:68
Mat3< float > mat3
A 3 by 3 matrix of float type.
Definition: types.h:66
Vec< 4, float > vec4
A 4D point/vector of float type.
Definition: types.h:47