|
|
|
| Description |
| Various facilities for dealing with vectors generically.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class VectorAxis vector axis where | Source |
|
| Class for generically reading/writing vector coordinates.
| | | Methods | | | Read from the specified coordinate axis.
| | | | Replace the existing value of the given coordinate axis.
|
| | Instances | |
|
|
| class Project lo hi where | Source |
|
| This class relates two vector types having consecutive sizes.
| | | Methods | | | Reduce number of dimensions by one. (Return the dropped dimension as a Scalar.)
| | | | Increase number of dimensions by one. (Supply value for new dimension as a Scalar.)
| | | | Perspective-project to N-1 dimensions. (Also return the distance from the camera as a Scalar.)
| | | | Inverse-perspective project into N+1 dimension. (Supply the distance from the camera as a Scalar.)
|
| | Instances | |
|
|
| Produced by Haddock version 2.6.1 |