-
Notifications
You must be signed in to change notification settings - Fork 2
DataTypes: Position.hpp
Alanzote edited this page Dec 25, 2018
·
1 revision
The Position structure was created to facilitate things while programming. Instead of creating two separate variables (one for position and other for rotation), simply creating a variable with type Position will do the trick.
This structure contains:
- pos -
Vector3
- rot -
Quaternion
- Home
- Common
- Data Types
- Enums
- Entity
- Components
- Interface
- GameObject.hpp
- Components
- File Types
- Game Cache
- Interface
- BehaviorParameter.hpp