cpeDown method

Offset cpeDown(
  1. double size,
  2. double maxSize
)

Returns the 'Down' offset for the end point, scaled by the end radius.

Implementation

Offset cpeDown(double size, double maxSize) =>
    _downEndVector * endRadius(size, maxSize);