Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
Transform.hpp File Reference

Header for Transform component class. More...

Include dependency graph for Transform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AeonGames::Transform
 Component class for any object that requires space transformations. More...

Namespaces

namespace  AeonGames
 <- This is here just for the literals

Functions

DLL const Transform AeonGames::operator* (const Transform &lhs, const Transform &rhs)
 Combine two transforms.
DLL const AABB AeonGames::operator* (const Transform &lhs, const AABB &rhs)
 Transform an axis-aligned bounding box.
DLL const bool AeonGames::operator== (const Transform &lhs, const Transform &rhs)
 Compare two transforms for equality.
DLL const Transform AeonGames::Interpolate (const Transform &aTransform0, const Transform &aTransform1, const Transform &aTransform2, const Transform &aTransform3, double aInterpolation)
 Interpolate transforms using spline and mlerp methods.

Detailed Description

Header for Transform component class.

Author
Rodrigo Hernandez.

Definition in file Transform.hpp.