Position-Velocity
Jamie.PositionVelocity — TypePositionVelocity{T} <: FieldVector{6, T}Struct representing the position-velocity vector. T designates the types of component in the vector.
See also: pv_position, pv_velocity, pv_position_mag, pv_position_unit, pv_velocity_mag, pv_velocity_unit
Jamie.pv_position — Functionpv_position(::PositionVelocity)Get the position components of the position-velocity vector.
See also: pv_velocity, pv_position_mag, pv_position_unit, pv_velocity_mag, pv_velocity_unit
Jamie.pv_position_mag — Functionpv_position_mag(::PositionVelocity)Return the magnitude of the position components of the position-velocity vector. This is equivalent to the distance from the origin of the position vector.
See also: pv_position, pv_velocity, pv_position_unit, pv_velocity_mag, pv_velocity_unit
Jamie.pv_position_unit — Functionpv_position_unit(::PositionVelocity)Return the unit vector parallel to the position sub-vector in the specified position-velocity vector.
See also: pv_position, pv_velocity, pv_position_mag, pv_velocity_mag, pv_velocity_unit
Jamie.pv_velocity — Functionpv_velocity(::PositionVelocity)Get the velocity components of the position-velocity vector.
See also: pv_position, pv_position_mag, pv_position_unit, pv_velocity_mag, pv_velocity_unit
Jamie.pv_velocity_mag — Functionpv_velocity_mag(::PositionVelocity)Return the magnitude of the velocity components of the position-velocity vector.
See also: pv_position, pv_velocity, pv_position_mag, pv_position_unit, pv_velocity_unit
Jamie.pv_velocity_unit — Functionpv_velocity_unit(::PositionVelocity)Return the unit vector parallel to the velocity sub-vector in the specified position-velocity vector.
See also: pv_position, pv_velocity, pv_position_mag, pv_position_unit, pv_velocity_mag,