Copyright | (C) 2015 Dimitri Sabadie |
---|---|
License | BSD3 |
Maintainer | Dimitri Sabadie <dimitri.sabadie@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
- data LineIndex = LineIndex {
- lineLocIndex :: !Int
- lineTexCoordIndex :: !(Maybe Int)
- data Line = Line {}
Documentation
A line index is a pair of indices.
. LineIndex
vi vtivi
references the locations and vti
indexes the texture coordinates. If vti ==
, then that Nothing
LineIndex
doesn’t have
texture coordinates associated with.
LineIndex | |
|