Back to Mame

0.9.8: GLM_GTX_extend

3rdparty/glm/doc/api/a00191.html

latest1.0 KB
Original Source

| | 0.9.8 |

Functions

GLM_GTX_extend GTX Extensions (Experimental)

|

Functions

| | template<typename genType > | | GLM_FUNC_DECL genType | extend (genType const &Origin, genType const &Source, typename genType::value_type const Length) | | |

Detailed Description

Extend a position from a source to a position at a defined length.

<glm/gtx/extend.hpp> need to be included to use these functionalities.

Function Documentation

| GLM_FUNC_DECL genType glm::extend | ( | genType const & | Origin, | | | | genType const & | Source, | | | | typename genType::value_type const | Length | | | ) | | |

Extends of Length the Origin position using the (Source - Origin) direction.

See alsoGLM_GTX_extend


Generated by 1.8.10