Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2533 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local
2535 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()
2539 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()
2543 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()
2569 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local
2570 ySrcAxis -= optionStoragePtr[index]; in ParticleRotateUpVectorUpdater()
2572 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()
2576 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()
2580 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()