Functions
GLM_GTX_extend
GTX Extensions (Experimental)

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

Collaboration diagram for GLM_GTX_extend:

Functions

template<typename genType >
GLM_FUNC_DECL genType glm::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.

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


Function Documentation

template<typename genType >
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 also:
GLM_GTX_extend


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:38