CG_Labs  2021.2
Classes | Macros | Typedefs
TRSTransform.h File Reference
#include <glm/glm.hpp>
#include <glm/gtx/io.hpp>
#include <iostream>
#include "TRSTransform.inl"

Go to the source code of this file.

Classes

class  TRSTransform< T, P >
 

Macros

#define GLM_ENABLE_EXPERIMENTAL
 

Typedefs

using TRSTransformf = TRSTransform< float, glm::defaultp >
 
using TRSTransformd = TRSTransform< double, glm::defaultp >
 

Macro Definition Documentation

◆ GLM_ENABLE_EXPERIMENTAL

#define GLM_ENABLE_EXPERIMENTAL

Typedef Documentation

◆ TRSTransformd

using TRSTransformd = TRSTransform<double, glm::defaultp>

◆ TRSTransformf

using TRSTransformf = TRSTransform<float, glm::defaultp>