Home
last modified time | relevance | path

Searched refs:matrix4_rotation_for_euler_yxz (Results 1 – 3 of 3) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/libs/math/
H A Dmatrix.h958 inline Matrix4 matrix4_rotation_for_euler_yxz(const Vector3& euler) in matrix4_rotation_for_euler_yxz() function
1004 return matrix4_rotation_for_euler_yxz(euler_degrees_to_radians(euler)); in matrix4_rotation_for_euler_yxz_degrees()
/dports/games/netradiant/netradiant-20150621-src/libs/math/
H A Dmatrix.h859 inline Matrix4 matrix4_rotation_for_euler_yxz( const Vector3& euler ){ in matrix4_rotation_for_euler_yxz() function
903 return matrix4_rotation_for_euler_yxz( euler_degrees_to_radians( euler ) ); in matrix4_rotation_for_euler_yxz_degrees()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/math/
H A Dmatrix.h969 inline Matrix4 matrix4_rotation_for_euler_yxz (const Vector3& euler) in matrix4_rotation_for_euler_yxz() function
1001 return matrix4_rotation_for_euler_yxz(euler_degrees_to_radians(euler)); in matrix4_rotation_for_euler_yxz_degrees()