|
TriangleSurfaceMesh< double > | ReadObjToTriangleSurfaceMesh (const std::filesystem::path &filename, const Eigen::Vector3d &scale3, std::function< void(std::string_view)> on_warning={}) |
| Constructs a surface mesh from a Wavefront .obj file and optionally scales coordinates by the given scale factor. More...
|
|
TriangleSurfaceMesh< double > | ReadObjToTriangleSurfaceMesh (const std::filesystem::path &filename, double scale=1.0, std::function< void(std::string_view)> on_warning={}) |
| Variant that allows defining uniform scaling from a single scalar value. More...
|
|
TriangleSurfaceMesh< double > | ReadObjToTriangleSurfaceMesh (const MeshSource &mesh_source, const Eigen::Vector3d &scale3, std::function< void(std::string_view)> on_warning={}) |
| Overload of ReadObjToTriangleSurfaceMesh(const std::filesystem::path&, double) with the Wavefront .obj in a Mesh shape specification. More...
|
|
TriangleSurfaceMesh< double > | ReadObjToTriangleSurfaceMesh (const MeshSource &mesh_source, double scale=1.0, std::function< void(std::string_view)> on_warning={}) |
| Variant that allows defining uniform scaling from a single scalar value. More...
|
|