class methods
variables
Documentation from code comments
@addtogroup gtc_quaternion @{
length()
glm::tquat::length_type glm::quat::length()
Documentation from code comments
Return the count of components of a quaternion
operator=(...)
glm::quat & glm::quat::operator=(const tquat< U, P > &m=P)
Documentation from code comments
GLM_HAS_DEFAULTED_FUNCTIONS
tquat(...)
glm::quat::tquat(const glm::vec3 &eulerAngles=P)
Documentation from code comments
Build a quaternion from euler angles (pitch, yaw, roll), in radians.
tquat(...)
glm::quat::tquat(const glm::vec3 &u=P, const glm::vec3 &v=P)
Documentation from code comments
Create a quaternion from two normalized axis
Parameters:
u A first normalized axis
v A second normalized axis
See also: gtc_quaternion
See also: http://lolengine.net/blog/2013/09/18/beautiful-maths-quaternion-from-vectors
typename detail::storage::value >::type data
typename detail::storage::value >::type glm::quat::data
Last updated 土曜日, 17 8月 2024 20:46:24 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue