2015-08-02 08:23:00 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.10" / >
2016-11-12 23:39:32 +00:00
< title > 0.9.8 API documenation: extend.hpp File Reference< / title >
2015-08-02 08:23:00 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "logo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2016-11-12 23:39:32 +00:00
< div id = "projectname" > 0.9.8 API documenation
2015-08-02 08:23:00 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "modules.html" > < span > Modules< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
2016-11-12 23:39:32 +00:00
< li class = "navelem" > < a class = "el" href = "dir_934f46a345653ef2b3014a1b37a162c1.html" > G:< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_98f7f9d41f9d3029bd68cf237526a774.html" > Source< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_9344afb825aed5e2f5be1d2015dde43c.html" > G-Truc< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_45973f864e07b2505003ae343b7c8af7.html" > glm< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_304be5dfae1339a7705426c0b536faf2.html" > glm< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_e8f3c1046ba4b357711397765359cd18.html" > gtx< / a > < / li > < / ul >
2015-08-02 08:23:00 +00:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
2016-11-12 23:39:32 +00:00
< div class = "title" > extend.hpp File Reference< / div > < / div >
2015-08-02 08:23:00 +00:00
< / div > <!-- header -->
< div class = "contents" >
2016-11-12 23:39:32 +00:00
< p > < a class = "el" href = "a00191.html" > GLM_GTX_extend< / a >
< a href = "#details" > More...< / a > < / p >
2015-08-02 08:23:00 +00:00
< p > < a href = "a00025_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2016-11-12 23:39:32 +00:00
< tr class = "memitem:ga8140caae613b0f847ab0d7175dc03a37" > < td class = "memTemplParams" colspan = "2" > template< typename genType > < / td > < / tr >
< tr class = "memitem:ga8140caae613b0f847ab0d7175dc03a37" > < td class = "memTemplItemLeft" align = "right" valign = "top" > GLM_FUNC_DECL genType  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "a00191.html#ga8140caae613b0f847ab0d7175dc03a37" > extend< / a > (genType const & Origin, genType const & Source, typename genType::value_type const Length)< / td > < / tr >
< tr class = "memdesc:ga8140caae613b0f847ab0d7175dc03a37" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Extends of Length the Origin position using the (Source - Origin) direction. < a href = "a00191.html#ga8140caae613b0f847ab0d7175dc03a37" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga8140caae613b0f847ab0d7175dc03a37" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-08-02 08:23:00 +00:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2016-11-12 23:39:32 +00:00
< div class = "textblock" > < p > < a class = "el" href = "a00191.html" > GLM_GTX_extend< / a > < / p >
< dl class = "section see" > < dt > See also< / dt > < dd > < a class = "el" href = "a00155.html" title = "The core of GLM, which implements exactly and only the GLSL specification to the degree possible..." > GLM Core< / a > (dependence) < / dd > < / dl >
2015-08-02 08:23:00 +00:00
2016-11-12 23:39:32 +00:00
< p > Definition in file < a class = "el" href = "a00025_source.html" > extend.hpp< / a > .< / p >
2015-08-02 08:23:00 +00:00
< / div > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.10
< / small > < / address >
< / body >
< / html >