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 화요일, 19 11월 2024 17:24:20 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
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