Include < glm/gtx/norm.hpp > to use the features of this extension.
Various ways to compute vector norms.
Returns the squared length of x. From GLM_GTX_norm extension.
Returns the squared distance between p0 and p1, i.e., length2(p0 - p1). From GLM_GTX_norm extension.
Returns the L1 norm between x and y. From GLM_GTX_norm extension.
Returns the L1 norm of v. From GLM_GTX_norm extension.
Returns the L2 norm between x and y. From GLM_GTX_norm extension.
Returns the L2 norm of v. From GLM_GTX_norm extension.
Returns the L norm between x and y. From GLM_GTX_norm extension.
Returns the L norm of v. From GLM_GTX_norm extension.
Returns the LMax norm between x and y. From GLM_GTX_norm extension.
Returns the LMax norm of v. From GLM_GTX_norm extension.