KAPPA property
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;
Constant used to approximate ellipses. See: http://canvaspaint.org/blog/2006/12/ellipse/ @type {number}
static final double KAPPA = 4 * (Math.sqrt(2) - 1) / 3;