Copyright | (C) 2015 Dimitri Sabadie |
---|---|
License | BSD3 |
Maintainer | Dimitri Sabadie <[email protected]> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Codec.Wavefront.Line
Description
Documentation
A line is a pair of indexes.
. Line
vi vtivi
references the locations and vti
indexes
the texture coordinates. If vti ==
, then that Nothing
Line
doesn’t have texture coordinates
associated with.
Keep in mind that Line
doesn’t represent a polygonal line directly. It represents a line index,
which is a pair. In theory, a polygonal line is 2 Line
s.