CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Helpers.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Functions

auto CeresEngine::move (Vector3 position)
 Moves a entity to the given position.
 
auto CeresEngine::scale (Vector3 scale)
 Applies a scale to the entity.
 
auto CeresEngine::rotate (Vector3 rotation)
 Rotates the entity.
 
auto CeresEngine::parent (const Entity &parent)
 Sets the entity parent.