Top Level Namespace

Defined Under Namespace

Modules: XYP Classes: Array

Constant Summary collapse

GREY =
Gdk::RGBA::new(0.2, 0.2, 0.2, 1)
RED =
Cairo::Color.parse("red")
CYAN =
Cairo::Color.parse("cyan")
YELLOW =
Cairo::Color.parse("yellow")
GREEN =
Cairo::Color.parse("green")
ORANGE =
Cairo::Color.parse("orange")
SINUS =
(-10*Math::PI..10*Math::PI).step(0.1).inject({}){|hash,x| hash[x]=Math::sin(x) ; hash}