Channel-specific interface for ParticleChannelSpin. More...
#include "IParticleChannelAngAxis.h"
Go to the source code of this file.
Defines |
|
#define | PARTICLECHANNELSPINR_INTERFACE Interface_ID(0x74f93b0a, 0x1eb34500) |
#define | PARTICLECHANNELSPINW_INTERFACE Interface_ID(0x74f93b0a, 0x1eb34501) |
#define | GetParticleChannelSpinRInterface(obj) ((IParticleChannelAngAxisR*)obj->GetInterface(PARTICLECHANNELSPINR_INTERFACE)) |
#define | GetParticleChannelSpinWInterface(obj) ((IParticleChannelAngAxisW*)obj->GetInterface(PARTICLECHANNELSPINW_INTERFACE)) |
Channel-specific interface for ParticleChannelSpin.
Particle spin rate is stored in angle/axis form. The rate is in radians per tick. The channel is a wrap around ParticleChannelAngAxis.
Definition in file IParticleChannelSpin.h.
#define PARTICLECHANNELSPINR_INTERFACE Interface_ID(0x74f93b0a, 0x1eb34500) |
Definition at line 22 of file IParticleChannelSpin.h.
#define PARTICLECHANNELSPINW_INTERFACE Interface_ID(0x74f93b0a, 0x1eb34501) |
Definition at line 23 of file IParticleChannelSpin.h.
#define GetParticleChannelSpinRInterface | ( | obj | ) | ((IParticleChannelAngAxisR*)obj->GetInterface(PARTICLECHANNELSPINR_INTERFACE)) |
Definition at line 25 of file IParticleChannelSpin.h.
#define GetParticleChannelSpinWInterface | ( | obj | ) | ((IParticleChannelAngAxisW*)obj->GetInterface(PARTICLECHANNELSPINW_INTERFACE)) |
Definition at line 26 of file IParticleChannelSpin.h.