Back to Mame

0.9.8: GLM_GTX_perpendicular

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

latest835 B
Original Source

| | 0.9.8 |

Functions

GLM_GTX_perpendicular GTX Extensions (Experimental)

|

Functions

| | template<typename vecType > | | GLM_FUNC_DECL vecType | perp (vecType const &x, vecType const &Normal) | | |

Detailed Description

Perpendicular of a vector from other one.

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

Function Documentation

| GLM_FUNC_DECL vecType glm::perp | ( | vecType const & | x, | | | | vecType const & | Normal | | | ) | | |

Projects x a perpendicular axis of Normal.

From GLM_GTX_perpendicular extension.


Generated by 1.8.10