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

Copyright(c) 2013 diagrams-lib team (see LICENSE)
LicenseBSD-style (see LICENSE)
Maintainerdiagrams-discuss@googlegroups.com
Safe HaskellNone
LanguageHaskell2010

Diagrams.ThreeD.Vector

Contents

Description

Three-dimensional vectors.

Synopsis

Special 2D vectors

unitX :: R3 Source

The unit vector in the positive X direction.

unitY :: R3 Source

The unit vector in the positive Y direction.

unitZ :: R3 Source

The unit vector in the positive Z direction.

unit_X :: R3 Source

The unit vector in the negative X direction.

unit_Y :: R3 Source

The unit vector in the negative Y direction.

unit_Z :: R3 Source

The unit vector in the negative Z direction.