UTFWin::IRotateEffect class

Base classes

class UTFWinObject

Derived classes

class RotateEffect

Public static variables

static const uint32_t TYPE

Public functions

auto ToWinProc() -> IWinProc* pure virtual
Get the IWinProc instance that represents this class.
auto GetRotationAxis() const -> const Math::Vector3& pure virtual
Get rotation axis (need not be normalized).
auto SetRotationAxis(const Math::Vector3& axis) -> void pure virtual
Set rotation axis (need not be normalized).
auto GetRotationAngle() const -> float pure virtual
Get angle to rotate by clockwise (in degrees).
auto SetRotationAngle(float angle) -> void pure virtual
Set angle to rotate by clockwise (in degrees).

Function documentation

void UTFWin::IRotateEffect::SetRotationAxis(const Math::Vector3& axis) pure virtual

Set rotation axis (need not be normalized).

Parameters
axis

void UTFWin::IRotateEffect::SetRotationAngle(float angle) pure virtual

Set angle to rotate by clockwise (in degrees).

Parameters
angle