improved line trace and box primitive

This commit is contained in:
2025-04-18 13:56:08 +03:00
parent 88f4db6caf
commit 13753cab81
4 changed files with 43 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ namespace omath::collision
public:
Vector3<float> start;
Vector3<float> end;
bool infinite_length = false;
[[nodiscard]]
Vector3<float> DirectionVector() const;