Docs
0.11.0
nights_stay
ofDocs
documentation
glm
gtxvector_query (functions)
detailfunc_common (functions)
detailfunc_exponential (functions)
detailfunc_geometric (functions)
detailfunc_integer (functions)
detailfunc_matrix (functions)
detailfunc_packing (functions)
detailfunc_trigonometric (functions)
detailfunc_vector_relational (functions)
detailsetup (functions)
detailtype_mat (functions)
glm::mat2
glm::mat2x3
glm::mat2x4
glm::mat3
glm::mat3x2
glm::mat3x4
glm::mat4
glm::mat4x2
glm::mat4x3
glm::quat
glm::vec1
glm::vec2
glm::vec3
glm::vec4
gtcbitfield (functions)
gtcconstants (functions)
gtcepsilon (functions)
gtc (functions)functions
gtcmatrix_access (functions)
gtcmatrix_inverse (functions)
gtcmatrix_transform (functions)
gtcnoise (functions)
gtcpacking (functions)
gtcquaternion (functions)
gtcrandom (functions)
gtcreciprocal (functions)
gtcround (functions)
gtctype_ptr (functions)
gtculp (functions)
gtxassociated_min_max (functions)
gtxbit (functions)
gtxclosest_point (functions)
gtxcolor_space (functions)
gtxcolor_space_YCoCg (functions)
gtxcommon (functions)
gtxcompatibility (functions)
gtxcomponent_wise (functions)
gtxdual_quaternion (functions)
gtxeuler_angles (functions)
gtxextend (functions)
gtxextended_min_max (functions)
gtxextented_min_max (functions)
gtxfast_exponential (functions)
gtxfast_square_root (functions)
gtxfast_trigonometry (functions)
gtxgradient_paint (functions)
gtxhanded_coordinate_space (functions)
gtxinteger (functions)
gtxintersect (functions)
gtxlog_base (functions)
gtxmatrix_cross_product (functions)
gtxmatrix_decompose (functions)
gtxmatrix_interpolation (functions)
gtxmatrix_major_storage (functions)
gtxmatrix_operation (functions)
gtxmatrix_query (functions)
gtxmatrix_transform_2d (functions)
gtxmixed_product (functions)
gtxnormal (functions)
gtxnormalize_dot (functions)
gtxorthonormalize (functions)
gtxperpendicular (functions)
gtxpolar_coordinates (functions)
gtxprojection (functions)
gtxrange (functions)
gtxrotate_normalized_axis (functions)
gtxrotate_vector (functions)
gtxsimd_mat4 (functions)
gtxsimd_quat (functions)
gtxsimd_vec4 (functions)
gtxspline (functions)
gtxstring_cast (functions)
gtxtransform (functions)
gtxtransform2 (functions)
gtxvector_angle (functions)
gtxvector_query (functions)
gtxwrap (functions)
gtxvector_query (functions)
edit
Edit
#functions <!-- _visible: True_ _advanced: False_ --> ##Description <!-----------------------------------------------------------------------------> ###bool glm::areCollinear(T, &v0 = P, T, &v1 = P, &epsilon) <!-- _syntax: glm::areCollinear(T, &v0 = P, T, &v1 = P, &epsilon)_ _name: glm::areCollinear_ _returns: bool_ _returns_description: _ _parameters: const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether two vectors are collinears. **See also**: gtx_vector_query extensions. _description: _ <!-----------------------------------------------------------------------------> ###bool glm::areOrthogonal(T, &v0 = P, T, &v1 = P, &epsilon) <!-- _syntax: glm::areOrthogonal(T, &v0 = P, T, &v1 = P, &epsilon)_ _name: glm::areOrthogonal_ _returns: bool_ _returns_description: _ _parameters: const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether two vectors are orthogonals. **See also**: gtx_vector_query extensions. _description: _ <!-----------------------------------------------------------------------------> ###bool glm::areOrthonormal(T, &v0 = P, T, &v1 = P, &epsilon) <!-- _syntax: glm::areOrthonormal(T, &v0 = P, T, &v1 = P, &epsilon)_ _name: glm::areOrthonormal_ _returns: bool_ _returns_description: _ _parameters: const vecType< T, P > &v0=P, const vecType< T, P > &v1=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether two vectors are orthonormal. **See also**: gtx_vector_query extensions. _description: _ <!-----------------------------------------------------------------------------> ###vecType< bool, P > glm::isCompNull(T, &v = P, &epsilon) <!-- _syntax: glm::isCompNull(T, &v = P, &epsilon)_ _name: glm::isCompNull_ _returns: vecType< bool, P >_ _returns_description: _ _parameters: const vecType< T, P > &v=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether a each component of a vector is null. **See also**: gtx_vector_query extensions. _description: _ <!-----------------------------------------------------------------------------> ###bool glm::isNormalized(T, &v = P, &epsilon) <!-- _syntax: glm::isNormalized(T, &v = P, &epsilon)_ _name: glm::isNormalized_ _returns: bool_ _returns_description: _ _parameters: const vecType< T, P > &v=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether a vector is normalized. **See also**: gtx_vector_query extensions. _description: _ <!-----------------------------------------------------------------------------> ###bool glm::isNull(T, &v = P, &epsilon) <!-- _syntax: glm::isNull(T, &v = P, &epsilon)_ _name: glm::isNull_ _returns: bool_ _returns_description: _ _parameters: const vecType< T, P > &v=P, const T &epsilon_ _version_started: 0.10.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Check whether a vector is null. **See also**: gtx_vector_query extensions. _description: _ <!----------------------------------------------------------------------------->