mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added final
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace omath
|
||||
{
|
||||
class Triangle3d
|
||||
class Triangle3d final
|
||||
{
|
||||
public:
|
||||
Triangle3d(const Vector3& vertex1, const Vector3& vertex2, const Vector3& vertex3);
|
||||
|
||||
Reference in New Issue
Block a user