CSEngine
Loading...
Searching...
No Matches
TransformInterface.h
1
#pragma once
2
#include "../Vector.h"
3
#include "../Quaternion.h"
4
5
namespace
CSE {
6
7
struct
TransformInterface
{
8
9
vec3
m_position;
10
Quaternion
m_rotation;
11
vec3
m_scale;
12
};
13
}
CSE::Vector3< float >
CSE::QuaternionT< float >
CSE::TransformInterface
Definition
TransformInterface.h:7
Util
Interface
TransformInterface.h
Generated on Fri Nov 22 2024 01:09:31 for CSEngine by
1.9.8