 | vector-space-0.7.6: Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better) | Source code | Contents | Index |
|
| Data.AffineSpace | | Stability | experimental | | Maintainer | conal@conal.net, andygill@ku.edu |
|
|
|
| Description |
| Affine spaces.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| | Associated Types | | | | Methods | | | Subtract points
| | | | Point plus vector
|
| | Instances | |
|
|
|
| Point minus vector
|
|
|
| Square of the distance between two points. Sometimes useful for
efficiency. See also distance.
|
|
|
| Distance between two points. See also distanceSq.
|
|
|
| Affine linear interpolation. Varies from p to p' as s varies
from 0 to 1. See also lerp (on vector spaces).
|
|
| Produced by Haddock version 2.6.1 |