distance(to:)
Returns the distance to another joint.
Declaration
func distance(to joint: Joint) -> CGFloatParameters
- joint:
The joint for which to calculate the distance.
Return Value
The calculated distance.
Returns the distance to another joint.
func distance(to joint: Joint) -> CGFloatThe joint for which to calculate the distance.
The calculated distance.