added midpoint for triangle class

This commit is contained in:
2025-01-06 04:30:03 +03:00
parent 9a4fb67289
commit 42c84f2523
2 changed files with 8 additions and 1 deletions

View File

@@ -29,5 +29,8 @@ namespace omath
[[nodiscard]]
Vector3 SideBVector() const;
[[nodiscard]]
Vector3 MidPoint() const;
};
}