mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 19:03:28 +00:00
added additional method
This commit is contained in:
@@ -42,6 +42,14 @@ namespace omath::collision
|
|||||||
m_mesh.set_origin(new_origin);
|
m_mesh.set_origin(new_origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const MeshType& get_mesh() const
|
||||||
|
{
|
||||||
|
return m_mesh;
|
||||||
|
}
|
||||||
|
MeshType& get_mesh()
|
||||||
|
{
|
||||||
|
return m_mesh;
|
||||||
|
}
|
||||||
private:
|
private:
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
const VertexType& find_furthest_vertex(const VectorType& direction) const
|
const VertexType& find_furthest_vertex(const VectorType& direction) const
|
||||||
|
|||||||
Reference in New Issue
Block a user