Home
last modified time | relevance | path

Searched refs:normY (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_particle_noise_field.cpp31 double normY = (point.y_ - fieldCenter_.y_) * (point.y_ - fieldCenter_.y_); in IsPointInField() local
33 … (normX / (width * HALF * width * HALF) + normY / (height * HALF * height * HALF) <= 1.0); in IsPointInField()