I'm currently working on a small particle engine. I have to billboard the particles, so I gotta get them perpendicular to the camera. How do I best do that?

When the particle rendering procedure is called, the camera is already translated and rotated. I know the coordinated and the rotation matrix of the camera. How can I get the particles perpendicular?