computational-geometry-0.1.0.2: Collection of algorithms in Computational Geometry.

Copyright(C) 2017 Maksymilian Owsianny
LicenseBSD-style (see LICENSE)
MaintainerMaksymilian.Owsianny@gmail.com
Safe HaskellNone
LanguageHaskell2010

Geometry.SetOperations.Facet

Description

 

Synopsis

Documentation

data Facet b v n Source #

Constructors

Facet 

Fields

flipFacet :: (Functor v, Num n) => Facet b v n -> Facet b v n Source #

Flip orientation of a facet.

type FB2 v n = (CrossPoint v n, CrossPoint v n) Source #

type FB3 v n = [(CrossPoint v n, Plane v n)] Source #