diagrams-lib-0.1: Embedded domain-specific language for declarative graphics

Maintainerdiagrams-discuss@googlegroups.com

Diagrams.TwoD.Types

Description

Basic types for two-dimensional Cartesian space.

Synopsis

Documentation

type R2 = (Double, Double)Source

The two-dimensional Euclidean vector space R^2.

type P2 = Point R2Source

Points in R^2.

type Angle = DoubleSource

Type synonym used to represent angles in radians.