Searched refs:time (Results 1 – 6 of 6) sorted by relevance
83 void Particle::Update(const f32 time) in Update() argument85 m_LifeTime -= time; in Update()95 nn::math::VEC3Scale(&deltaVec, &m_Acceleration, time / m_Mass); in Update()97 nn::math::VEC3Scale(&deltaVec, &m_Velocity, time); in Update()
44 void Update(const f32 time);
18 … function on its own, so be sure to install the corresponding version of the CTR-SDK ahead of time.
173 nn::os::Tick time; // Time at which an image is obtained member317 s64 diff = (p_Req->time - a_LatestTime[another]).ToTimeSpan().GetMilliSeconds(); in nnMain()350 a_LatestTime[p_Req->index] = p_Req->time; in nnMain()1148 p_Req->time = nn::os::Tick::GetSystemCurrent(); in CameraRecvFunc()
73 // From the above, c8 to r15 becomes the light vector. (not normalized at this time)