0.9.9 API documentation
|
Include <glm/gtx/extend.hpp> to use the features of this extension. More...
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | extend (genType const &Origin, genType const &Source, typename genType::value_type const Length) |
Extends of Length the Origin position using the (Source - Origin) direction. More... | |
Include <glm/gtx/extend.hpp> to use the features of this extension.
Extend a position from a source to a position at a defined length.
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.