|
| 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.
|
| 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.
|
| 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.
|
| 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.
|