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

Maintainerdiagrams-discuss@googlegroups.com

Diagrams.ThreeD.Types

Contents

Description

Basic types for three-dimensional Euclidean space.

Synopsis

3D Euclidean space

type R3 = (Double, Double, Double)Source

The three-dimensional Euclidean vector space R^3.

type P3 = Point R3Source

Points in R^3.

type T3 = Transformation R3Source

Transformations in R^3.