Sha256: 101351829d0180bc10cedde78583f80d11fa0238e2db5b010a39cb825befa51c

Contents?: true

Size: 302 Bytes

Versions: 21

Compression:

Stored size: 302 Bytes

Contents

#include <glm/gtx/matrix_decompose.hpp>

int main()
{
	int Error(0);

	glm::mat4 Matrix(1);

	glm::vec3 Scale;
	glm::quat Orientation;
	glm::vec3 Translation;
	glm::vec3 Skew(1);
	glm::vec4 Perspective(1);

	glm::decompose(Matrix, Scale, Orientation, Translation, Skew, Perspective);

	return Error;
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pixo-0.4.5 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.4.4 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.4.3 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.4.2 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.4.1 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.4.0 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.3.2 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.3.1 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.3.0 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.6 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.5 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.4 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.3 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.2 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.1 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.2.0 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.1.4 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.1.3 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.1.2 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp
pixo-0.1.1 ext/pixo/ext/glm/test/gtx/gtx_matrix_decompose.cpp