rsagl-0.2.1: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.Tesselation
Documentation
type TesselatedSurface a = [TesselatedElement a]Source
data TesselatedElement a Source
Constructors
TesselatedTriangleFan [a]
TesselatedQuadStrip [a]
show/hide Instances
tesselatedSurfaceToVertexCloud :: TesselatedSurface a -> [a]Source
tesselateSurface :: ConcavityDetection a => Surface a -> (Integer, Integer) -> TesselatedSurface aSource
tesselateGrid :: ConcavityDetection a => [[(Double, a)]] -> TesselatedSurface aSource
tesselatedElementToOpenGL :: (a -> IO ()) -> TesselatedElement a -> IO ()Source
class ConcavityDetection a whereSource
Methods
isConcave :: [a] -> BoolSource
toPoint3D :: a -> Point3DSource
show/hide Instances
Produced by Haddock version 2.1.0