Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ParticleSystemInfo::emissionVolumeUnion Union Reference

#include <ParticleSys.h>

Public Attributes

struct { 
 
   Coord3D   start 
 
   Coord3D   end 
 
line 
 
struct { 
 
   Coord3D   halfSize 
 
box 
 
struct { 
 
   Real   radius 
 
sphere 
 
struct { 
 
   Real   radius 
 
   Real   length 
 
cylinder 
 

Detailed Description

Definition at line 416 of file ParticleSys.h.

Member Data Documentation

◆ [struct]

struct { ... } ParticleSystemInfo::emissionVolumeUnion::box

◆ [struct]

struct { ... } ParticleSystemInfo::emissionVolumeUnion::cylinder

◆ end

Coord3D ParticleSystemInfo::emissionVolumeUnion::end

Definition at line 423 of file ParticleSys.h.

◆ halfSize

Coord3D ParticleSystemInfo::emissionVolumeUnion::halfSize

Definition at line 430 of file ParticleSys.h.

◆ length

Real ParticleSystemInfo::emissionVolumeUnion::length

Definition at line 445 of file ParticleSys.h.

◆ [struct]

struct { ... } ParticleSystemInfo::emissionVolumeUnion::line

◆ radius

Real ParticleSystemInfo::emissionVolumeUnion::radius

Definition at line 437 of file ParticleSys.h.

◆ [struct]

struct { ... } ParticleSystemInfo::emissionVolumeUnion::sphere

◆ start

Coord3D ParticleSystemInfo::emissionVolumeUnion::start

Definition at line 423 of file ParticleSys.h.


The documentation for this union was generated from the following file: