Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Mar 29, 2024
1 parent 9f584d4 commit def7e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rage/vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ namespace rage
{
return (*this - rhs).Length();
}
};

template <typename T>
union vector4
{
T data[4];
Expand Down

0 comments on commit def7e79

Please sign in to comment.