Method: Orbit::Eci#scale_pos_vector

Defined in:
lib/orbit/eci.rb

#scale_pos_vector(factor) ⇒ Object

/ <summary> / Scale the position vector by the given scaling factor. / </summary> / <param name=“factor”>The scaling factor.</param>



116
117
118
# File 'lib/orbit/eci.rb', line 116

def scale_pos_vector(factor)
  @m_Position.mul(factor)
end