added midpoint for triangle class

This commit is contained in:
2025-01-06 04:30:03 +03:00
parent 70b2406341
commit a5e8008430
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;
};
}