Just™ Game Engine
engine
include
jng
utilities
math.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 Konstanty Misiak
3
*
4
* SPDX-License-Identifier: MIT
5
*/
6
7
#pragma once
8
9
namespace
jng::math
{
10
11
bool
decomposeTransform
(
const
glm::mat4& transform, glm::vec3& translation, glm::vec3& rotation, glm::vec3& scale);
12
13
}
// namespace jng::math
jng::math
Definition:
math.hpp:9
jng::math::decomposeTransform
bool decomposeTransform(const glm::mat4 &transform, glm::vec3 &translation, glm::vec3 &rotation, glm::vec3 &scale)
Definition:
math.cpp:13
Generated on Sun Aug 14 2022 10:20:15 for Just™ Game Engine by
1.9.4