Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2517 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local
2519 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()
2523 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()
2527 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()
2544 nw::math::VEC3 ySrcAxis = srcStoragePtr[index]; in ParticleRotateUpVectorUpdater() local
2545 ySrcAxis -= optionStoragePtr[index]; in ParticleRotateUpVectorUpdater()
2547 if (internal::VEC3Normalize(&ySrcAxis)) in ParticleRotateUpVectorUpdater()
2551 storagePtr[index].x = nw::math::AcosRad(ySrcAxis.y); in ParticleRotateUpVectorUpdater()
2555 storagePtr[index].y = ::std::atan2f(ySrcAxis.x, ySrcAxis.z); in ParticleRotateUpVectorUpdater()