Namespaces | Functions
func_geometric.hpp File Reference
#include "type_vec3.hpp"
#include "func_geometric.inl"
Include dependency graph for func_geometric.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  glm

Functions

template<typename T , precision P>
GLM_FUNC_DECL detail::tvec3< T, P > glm::cross (detail::tvec3< T, P > const &x, detail::tvec3< T, P > const &y)
template<typename genType >
GLM_FUNC_DECL genType::value_type glm::distance (genType const &p0, genType const &p1)
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL T glm::dot (vecType< T, P > const &x, vecType< T, P > const &y)
template<typename genType >
GLM_FUNC_DECL genType glm::dot (genType const &x, genType const &y)
template<typename genType >
GLM_FUNC_DECL genType glm::faceforward (genType const &N, genType const &I, genType const &Nref)
template<typename genType >
GLM_FUNC_DECL genType::value_type glm::length (genType const &x)
template<typename genType >
GLM_FUNC_DECL genType glm::normalize (genType const &x)
template<typename genType >
GLM_FUNC_DECL genType glm::reflect (genType const &I, genType const &N)
template<typename T , precision P, template< typename, precision > class vecType>
GLM_FUNC_DECL vecType< T, P > glm::refract (vecType< T, P > const &I, vecType< T, P > const &N, T const &eta)


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:29