c4d_particleobject.h File Reference

Classes

struct   BaseParticle
class   Particle
struct   ParticleDetails
class   ParticleTag
class   ParticleObject

函数

static 矩阵   CalcParticleMatrix ( Particle *cp)

Function Documentation

◆  CalcParticleMatrix()

static 矩阵 CalcParticleMatrix ( Particle cp )
static

Calculates a particle matrix.
This represents the position and direction of a particle as used when objects are aligned with a particle using the emitter Tangential option.

参数
[in] cp The particle to get the matrix for. The caller owns the pointed particle.
返回
The particle matrix.