Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementCableANCF.cpp468 vel_vector(0) = pA_dt.x(); in ComputeInternalForces_Impl()
469 vel_vector(1) = pA_dt.y(); in ComputeInternalForces_Impl()
470 vel_vector(2) = pA_dt.z(); in ComputeInternalForces_Impl()
471 vel_vector(3) = dA_dt.x(); in ComputeInternalForces_Impl()
472 vel_vector(4) = dA_dt.y(); in ComputeInternalForces_Impl()
473 vel_vector(5) = dA_dt.z(); in ComputeInternalForces_Impl()
474 vel_vector(6) = pB_dt.x(); in ComputeInternalForces_Impl()
475 vel_vector(7) = pB_dt.y(); in ComputeInternalForces_Impl()
476 vel_vector(8) = pB_dt.z(); in ComputeInternalForces_Impl()
477 vel_vector(9) = dB_dt.x(); in ComputeInternalForces_Impl()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Daudio.cpp120 void SetVelocity(const ALfloat vel_vector[]); // Set source velocity (speed).
658 void AudioSource::SetVelocity(const ALfloat vel_vector[]) in SetVelocity() argument
660 alSourcefv(source_index, AL_VELOCITY, vel_vector); in SetVelocity()