mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
patch
This commit is contained in:
@@ -38,7 +38,6 @@ namespace omath::collision
|
|||||||
Vector3<float> find_abs_furthest_vertex(const Vector3<float>& direction) const
|
Vector3<float> find_abs_furthest_vertex(const Vector3<float>& direction) const
|
||||||
{
|
{
|
||||||
return vertex_to_world_space(find_furthest_vertex(direction));
|
return vertex_to_world_space(find_furthest_vertex(direction));
|
||||||
|
|
||||||
}
|
}
|
||||||
[[nodiscard]] Vector3<float> vertex_to_world_space( const Vector3<float>& local_vertex) const
|
[[nodiscard]] Vector3<float> vertex_to_world_space( const Vector3<float>& local_vertex) const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user