Method: Orbit::Eci#scale_vel_vector
- Defined in:
- lib/orbit/eci.rb
#scale_vel_vector(factor) ⇒ Object
/ <summary> / Scales the velocity vector by the given scaling factor. / </summary> / <param name=“factor”>The scaling factor.</param>
124 125 126 |
# File 'lib/orbit/eci.rb', line 124 def scale_vel_vector(factor) @m_Velocity.mul(factor) end |