times
Multiplies this measure by a scalar unitless multiplier.
Return
the scaled result
Parameters
multiplier
the scalar multiplication factor
Multiplies this time by a linear velocity to get distance.
Return
the distance traveled
Parameters
velocity
the linear velocity to multiply by
Multiplies this time by an angular velocity to get angle.
Return
the angle traveled
Parameters
velocity
the angular velocity to multiply by
Multiplies this time by a linear acceleration to get velocity.
Return
the velocity achieved
Parameters
acceleration
the linear acceleration to multiply by
Multiplies this time by an angular acceleration to get angular velocity.
Return
the angular velocity achieved
Parameters
acceleration
the angular acceleration to multiply by