mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibGfx: Mark Vector3 class final
This commit is contained in:
parent
0a557d65a0
commit
b0e5e78a01
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class Vector3 {
|
class Vector3 final {
|
||||||
public:
|
public:
|
||||||
Vector3() = default;
|
Vector3() = default;
|
||||||
Vector3(T x, T y, T z)
|
Vector3(T x, T y, T z)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue