Wiki > TV3D65 Index > TVParticleSystem
GetEmitterBoundingSphere
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | GetEmitterBoundingSphere(iEmitter As Integer , retBoundingSphereCenter As TV_3DVECTOR , retSphereRadius As Single , bWorldspace As Boolean) |
| C++ | void GetEmitterBoundingSphere(int iEmitter , cTV_3DVECTOR* retBoundingSphereCenter , float* retSphereRadius , bool bWorldspace ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iEmitter | No | iEmitter description |
| bWorldspace | No | bWorldspace description |
RETURN VALUE
| NAME | OPTIONAL | DESCRIPTION |
| retBoundingSphereCenter | No | retBoundingSphereCenter description |
| retSphereRadius | No | retSphereRadius description |
EXAMPLES
TIPS
- Please add any notes or tips for this method.