mat3x4.hpp 223 Bytes
Newer Older
jiangjiaxu's avatar
jiangjiaxu committed
1 2 3 4 5 6 7 8
/// @ref core
/// @file glm/mat3x4.hpp

#pragma once
#include "./ext/matrix_double3x4.hpp"
#include "./ext/matrix_double3x4_precision.hpp"
#include "./ext/matrix_float3x4.hpp"
#include "./ext/matrix_float3x4_precision.hpp"