Searched refs:ySrcAxis (Results 1 – 1 of 1) sorted by relevance
2341 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local2343 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()2347 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()2351 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()2368 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local2369 ySrcAxis -= optionStoragePtr[index]; in ParticleRotateUpVectorUpdater()2371 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()2375 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()2379 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()