mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added midpoint for triangle class
This commit is contained in:
@@ -29,5 +29,8 @@ namespace omath
|
||||
|
||||
[[nodiscard]]
|
||||
Vector3 SideBVector() const;
|
||||
|
||||
[[nodiscard]]
|
||||
Vector3 MidPoint() const;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user