#include <transformpath.h>
Public Member Functions | |
| SpaceTransformPath () | |
| virtual std::shared_ptr< Matrix4f > | transform (const std::shared_ptr< Vector3f > &position, float factor) |
| void | setOrigin (const std::shared_ptr< Vector3f > &origin) |
| const std::shared_ptr< Vector3f > & | origin () const |
Public Member Functions inherited from cil::TransformPath | |
| TransformPath () | |
| cil::SpaceTransformPath::SpaceTransformPath | ( | ) |
| const std::shared_ptr< Vector3f > & cil::SpaceTransformPath::origin | ( | ) | const |
| void cil::SpaceTransformPath::setOrigin | ( | const std::shared_ptr< Vector3f > & | origin | ) |
|
virtual |
Implements cil::TransformPath.