c4d.modules.particles

class c4d.modules.particles

Types

Functions Signatures

c4d.modules.particles.CalcParticleMatrix(cp) Calculate the particles matrix, this represents the position and direction of the particle as used when the objects are aligned with a particle using the emitter Tangential option.

Functions Documentation

c4d.modules.particles.CalcParticleMatrix(cp)

Calculate the particles matrix, this represents the position and direction of the particle as used when the objects are aligned with a particle using the emitter Tangential option.

Parameters:cp (c4d.modules.particles.Particle) – The particle you wish to get the matrix for.
Return type:c4d.Matrix
Returns:Details of the particles position and rotation.