Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Particle.cpp94 nn::math::Vector3 deltaVec; in Update() local
95 nn::math::VEC3Scale(&deltaVec, &m_Acceleration, time / m_Mass); in Update()
96 m_Velocity += deltaVec; in Update()
97 nn::math::VEC3Scale(&deltaVec, &m_Velocity, time); in Update()
98 m_Position += deltaVec; in Update()