Lines Matching refs:rectangleForm
517 … const ResParticleRectangleForm rectangleForm = ResStaticCast<ResParticleRectangleForm>(resForm); in Emission() local
519 … this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
521 this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, in Emission()
1088 const ResParticleRectangleForm& rectangleForm, in CalcRectangleForm() argument
1102 nw::math::VEC2 cookedScale(rectangleForm.GetScale()); in CalcRectangleForm()
1118 if (rectangleForm.GetInner() == 0.0f) in CalcRectangleForm()
1126 else if (rectangleForm.GetInner() == 1.0f) in CalcRectangleForm()
1169 f32 f = random->NextFloat() * (1.0f + rectangleForm.GetInner()); in CalcRectangleForm()
1176 position.z *= 1.0f - rectangleForm.GetInner(); in CalcRectangleForm()
1188 position.z *= rectangleForm.GetInner(); in CalcRectangleForm()
1189 position.x *= 1.0f - rectangleForm.GetInner(); in CalcRectangleForm()