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

Maintainerdiagrams-discuss@googlegroups.com
Safe HaskellNone

Diagrams.ThreeD.Vector

Contents

Description

Three-dimensional vectors.

Synopsis

Special 2D vectors

unitX :: R3Source

The unit vector in the positive X direction.

unitY :: R3Source

The unit vector in the positive Y direction.

unitZ :: R3Source

The unit vector in the positive Z direction.

unit_X :: R3Source

The unit vector in the negative X direction.

unit_Y :: R3Source

The unit vector in the negative Y direction.

unit_Z :: R3Source

The unit vector in the negative Z direction.