wavefront-0.7.1.3: Wavefront OBJ loader

Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Codec.Wavefront.Point

Description

 
Synopsis

Documentation

data Point Source #

A point is a single index that references the locations. It’s a canonical type that truly represents a polygonal point.

Constructors

Point 

Fields

Instances
Eq Point Source # 
Instance details

Defined in Codec.Wavefront.Point

Methods

(==) :: Point -> Point -> Bool #

(/=) :: Point -> Point -> Bool #

Show Point Source # 
Instance details

Defined in Codec.Wavefront.Point

Methods

showsPrec :: Int -> Point -> ShowS #

show :: Point -> String #

showList :: [Point] -> ShowS #