mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
cleanup : Remove trailing whitespaces.
This commit is contained in:
parent
47fa70c34b
commit
2cac15849b
2 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ namespace glm
|
|||
# endif//!GLM_HAS_DEFAULTED_FUNCTIONS
|
||||
|
||||
template<typename T, qualifier Q>
|
||||
template<typename U>
|
||||
template<typename U>
|
||||
GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CXX14 vec<1, T, Q> & vec<1, T, Q>::operator=(vec<1, U, Q> const& v)
|
||||
{
|
||||
this->x = static_cast<T>(v.x);
|
||||
|
|
|
@ -124,7 +124,7 @@ namespace glm
|
|||
T const& yaw,
|
||||
T const& pitch,
|
||||
T const& roll);
|
||||
|
||||
|
||||
/// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z * X).
|
||||
/// @see gtx_euler_angles
|
||||
template <typename T>
|
||||
|
@ -240,7 +240,7 @@ namespace glm
|
|||
T & t1,
|
||||
T & t2,
|
||||
T & t3);
|
||||
|
||||
|
||||
/// Extracts the (Y * X * Z) Euler angles from the rotation matrix M
|
||||
/// @see gtx_euler_angles
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Reference in a new issue