KAPPA property

double KAPPA
final

Constant used to approximate ellipses. See: http://canvaspaint.org/blog/2006/12/ellipse/ @type {number}

Implementation

static final double KAPPA = 4 * (Math.sqrt(2) - 1) / 3;