Documentation of initWithDampingRatio:initialVelocity: mentions unit vector incorrectly

Originator:douglashill
Number:rdar://47628348 Date Originated:29-Jan-2019 12:13 PM
Status:Open Resolved:
Product:Documentation Product Version:2019-01-29
Classification:Other Bug Reproducible:Always
 
Summary:
The documentation of the velocity parameter of -[UISpringTimingParameters initWithDampingRatio:initialVelocity:] states “specified as a unit vector”.

A unit vector is “a vector which has a magnitude of one” (from the Mac Dictionary).

However, the rest of the description makes it clear this does not need to be a unit vector, such as by saying “specify a vector with a magnitude of 0.5”.

Steps to Reproduce:
Read the documentation at https://developer.apple.com/documentation/uikit/uispringtimingparameters/1649832-initwithdampingratio?language=objc

Expected Results:
Should not state the vector should be a unit vector.

Actual Results:
States “specified as a unit vector”.

Version:
2019-01-29

Notes:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!