File Transform.cpp
FileList > compo > Transform.cpp
Go to the source code of this file
#include "Transform.h"#include "xdz_math.h"#include "xdz_matrix.h"#include "glm/gtx/matrix_decompose.hpp"#include "glm/gtc/matrix_transform.hpp"#include "glm/gtc/quaternion.hpp"#include "glm/gtx/euler_angles.hpp"#include "glm/gtx/rotate_vector.hpp"#include "macros.h"#include "operator.h"
Public Functions
| Type | Name |
|---|---|
| glm::mat4 | OffestTransform (const glm::mat4 & in_m, const glm::vec3 & in_v) |
| bool | Set1D (glm::vec3 & _tar, float _1d, GLuint _dim) |
Public Functions Documentation
function OffestTransform
inline glm::mat4 OffestTransform (
const glm::mat4 & in_m,
const glm::vec3 & in_v
)
function Set1D
bool Set1D (
glm::vec3 & _tar,
float _1d,
GLuint _dim
)
The documentation for this class was generated from the following file src/compo/Transform.cpp