Home | History | Annotate | Download | only in docs

Lines Matching refs:Math

80         { "line":  [ 200,200, 200 + circle.radius * Math.cos(-22.5 * Math.PI / 180),
81 200 + circle.radius * Math.sin(-22.5 * Math.PI / 180) ] }
456 "range":[-22.5 * Math.PI / 180, (-22.5 - 360) * Math.PI / 180], "params":"circle",
457 "formula":"params.center.x + params.radius * Math.cos(value)"
460 "range":[-22.5 * Math.PI / 180, (-22.5 - 360) * Math.PI / 180], "params":"circle",
461 "formula":"params.center.y + params.radius * Math.sin(value)"