ParticleAPI 3.0.0
Performant particle system API in C++ for interactive graphics
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 NPAPIPAPIClasses.h
 CParticle_t
 CParticleContext_tThe Particle System API Context - Your app should have one of these per host thread that will do particle systems concurrently
 CPContextActionList_tAction List Calls
 CPContextActions_tThis class contains the Action API
 CPContextParticleGroup_tThis class contains the API calls that operate on particle groups
 CPDBlobGaussian blob
 CPDBoxAxis-aligned bounding box (AABB)
 CPDConeCone
 CPDCylinderCylinder
 CPDDiscArbitrarily-oriented disc
 CPDLineA line segment
 CpDomainA representation of a region of space
 CPDPlaneArbitrarily-oriented plane
 CPDPointA single point
 CPDRectangleRhombus-shaped planar region
 CPDSphereSphere
 CPDTriangleA Triangle
 CPDUnionA CSG union of multiple domains
 CPErrActionListAn action list call had an error
 CPErrInNewActionListAn operation was illegally attempted while in the midst of compiling an action list
 CPErrInternalErrorInternal API error (a PASSERT failed)
 CPErrInvalidValueAn invalid value was passed to an API call
 CPErrNotImplementedAPI encountered an unimplemented code path like Bounce for a new
 CPError_tBase type of all exceptions thrown by the Particle System API
 CPErrParticleGroupA particle group call had an error
 CpSourceStateThese functions set the current state needed by Source() and Vertex() actions
 CpVecA single-precision floating point three-vector