wavefront-0.7.1.4: Wavefront OBJ loader
Copyright(C) 2015 Dimitri Sabadie
LicenseBSD3
MaintainerDimitri Sabadie <dimitri.sabadie@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Codec.Wavefront.Line

Description

 
Synopsis

Documentation

data LineIndex Source #

A line index is a pair of indices. LineIndex vi vti. vi references the locations and vti indexes the texture coordinates. If vti == Nothing, then that LineIndex doesn’t have texture coordinates associated with.

Constructors

LineIndex 

Instances

Instances details
Eq LineIndex Source # 
Instance details

Defined in Codec.Wavefront.Line

Show LineIndex Source # 
Instance details

Defined in Codec.Wavefront.Line

data Line Source #

Constructors

Line 

Instances

Instances details
Eq Line Source # 
Instance details

Defined in Codec.Wavefront.Line

Methods

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

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

Show Line Source # 
Instance details

Defined in Codec.Wavefront.Line

Methods

showsPrec :: Int -> Line -> ShowS #

show :: Line -> String #

showList :: [Line] -> ShowS #