Lines Matching refs:rectangleForm
519 … const ResParticleRectangleForm rectangleForm = ResStaticCast<ResParticleRectangleForm>(resForm); in Emission() local
521 … this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
523 this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, in Emission()
1090 const ResParticleRectangleForm& rectangleForm, in CalcRectangleForm() argument
1104 nw::math::VEC2 cookedScale(rectangleForm.GetScale()); in CalcRectangleForm()
1120 if (rectangleForm.GetInner() == 0.0f) in CalcRectangleForm()
1128 else if (rectangleForm.GetInner() == 1.0f) in CalcRectangleForm()
1171 f32 f = random->NextFloat() * (1.0f + rectangleForm.GetInner()); in CalcRectangleForm()
1178 position.z *= 1.0f - rectangleForm.GetInner(); in CalcRectangleForm()
1190 position.z *= rectangleForm.GetInner(); in CalcRectangleForm()
1191 position.x *= 1.0f - rectangleForm.GetInner(); in CalcRectangleForm()