#include <c4d_baseeffectordata.h>
Motion particle transformation data.
Public Member Functions | |
Vector | GetPos () const |
Vector | GetSize () const |
void | GetMatrix (Matrix &h, const Vector &size) const |
Public Attributes | |
Matrix | m |
Vector GetPos | ( | ) | const |
Gets the particle position.
Vector GetSize | ( | ) | const |
Gets the particle size.
Gets the particle matrix.
[out] | h | Assigned the particle matrix. |
[out] | size | Assigned the particle size. |