GeomAlg-0.2.3: Library of geometric algorithms in HaskellSource codeContentsIndex
GeomAlg.Point4
Description
Four dimensional points.
Documentation
module GeomAlg.Point
newtype Point4 a Source
Constructors
Point4 (a, a, a, a)
show/hide Instances
type P4 a = Point4 aSource
Produced by Haddock version 2.4.2