From 66add1f3bd412dd8917e1cde90bf271ce181c2ee Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Sun, 1 Jun 2025 16:01:55 +0200 Subject: [PATCH] fix missing whitespaces --- Source/Engine/Core/Math/Quaternion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Core/Math/Quaternion.cs b/Source/Engine/Core/Math/Quaternion.cs index 935354354..9029ed365 100644 --- a/Source/Engine/Core/Math/Quaternion.cs +++ b/Source/Engine/Core/Math/Quaternion.cs @@ -1149,7 +1149,7 @@ namespace FlaxEngine } /// - /// Gets the quaternion that will rotate vector from into vector to, around their plan perpendicular axis.The input vectors don't need to be normalized. + /// Gets the quaternion that will rotate vector from into vector to, around their plan perpendicular axis. The input vectors don't need to be normalized. /// /// The source vector. /// The destination vector. @@ -1179,7 +1179,7 @@ namespace FlaxEngine } /// - /// Gets the quaternion that will rotate vector from into vector to, around their plan perpendicular axis.The input vectors don't need to be normalized. + /// Gets the quaternion that will rotate the from into vector to, around their plan perpendicular axis. The input vectors don't need to be normalized. /// /// The source vector. /// The destination vector.