mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 15:33:26 +00:00
fixed style
This commit is contained in:
@@ -172,7 +172,6 @@ namespace omath
|
|||||||
|
|
||||||
[[nodiscard]] constexpr Vector3 operator-() const
|
[[nodiscard]] constexpr Vector3 operator-() const
|
||||||
{
|
{
|
||||||
|
|
||||||
return Vector3<Type>{-this->x, -this->y, -z};
|
return Vector3<Type>{-this->x, -this->y, -z};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user