Clutter Engine 0.0.1
Loading...
Searching...
No Matches
GLM_GTX_perpendicular

Functions

template<typename genType >
GLM_FUNC_DECL genType glm::perp (genType const &x, genType const &Normal)
 

Detailed Description

Include <glm/gtx/perpendicular.hpp> to use the features of this extension.

Perpendicular of a vector from other one

Function Documentation

◆ perp()

template<typename genType >
GLM_FUNC_DECL genType glm::perp ( genType const & x,
genType const & Normal )

Projects x a perpendicular axis of Normal. From GLM_GTX_perpendicular extension.