#include <transformpath.h>
◆ RadialTransformPath()
| cil::RadialTransformPath::RadialTransformPath |
( |
| ) |
|
◆ normal()
| const std::shared_ptr< Vector3f > & cil::RadialTransformPath::normal |
( |
| ) |
const |
◆ origin()
| const std::shared_ptr< Vector3f > & cil::RadialTransformPath::origin |
( |
| ) |
const |
◆ setNormal()
| void cil::RadialTransformPath::setNormal |
( |
const std::shared_ptr< Vector3f > & | normal | ) |
|
◆ setOrigin()
| void cil::RadialTransformPath::setOrigin |
( |
const std::shared_ptr< Vector3f > & | origin | ) |
|
◆ transform()
| virtual std::shared_ptr< Matrix4f > cil::RadialTransformPath::transform |
( |
const std::shared_ptr< Vector3f > & | position, |
|
|
float | factor ) |
|
virtual |