NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ef::DrawSmoothStripeStrategy::AheadContextStripe Struct Reference
Inheritance diagram for nw4r::ef::DrawSmoothStripeStrategy::AheadContextStripe:
[legend]

Description

Definition at line 35 of file ef_drawsmoothstripestrategy.h.

Public Attributes

math::VEC3 mEmitterAxisX
 
math::VEC3 mScreenAxisZ
 
TrigonometricmTrigonometric
 
- Public Attributes inherited from nw4r::ef::DrawStrategyImpl::AheadContext
struct { 
 
   ParticleManager *   mParticleManager 
 
   const math::MTX34 *   mViewMtx 
 
   math::MTX34   mEmitterMtx 
 
   math::MTX34   mParticleManagerMtx 
 
   math::MTX34   mParticleManagerMtxInv 
 
   math::VEC3   mEmitterAxisY 
 
   math::VEC3   mEmitterCenter 
 
mCommon 
 
struct { 
 
   math::_VEC3   mWorldYAxis 
 
mNoDesign 
 

Additional Inherited Members

- Public Member Functions inherited from nw4r::ef::DrawStrategyImpl::AheadContext
 AheadContext (const math::MTX34 &rViewMtx, ParticleManager *pManager)
 

Member Data Documentation

◆ mEmitterAxisX

math::VEC3 nw4r::ef::DrawSmoothStripeStrategy::AheadContextStripe::mEmitterAxisX

Definition at line 36 of file ef_drawsmoothstripestrategy.h.

◆ mScreenAxisZ

math::VEC3 nw4r::ef::DrawSmoothStripeStrategy::AheadContextStripe::mScreenAxisZ

Definition at line 37 of file ef_drawsmoothstripestrategy.h.

◆ mTrigonometric

Trigonometric* nw4r::ef::DrawSmoothStripeStrategy::AheadContextStripe::mTrigonometric

Definition at line 38 of file ef_drawsmoothstripestrategy.h.