![]() |
Prusa Slicer 2.6.0
|
Project spatial point. More...
#include <src/libslic3r/Emboss.hpp>
Inheritance diagram for Slic3r::Emboss::IProject3d:Public Member Functions | |
| virtual | ~IProject3d ()=default |
| virtual Vec3d | project (const Vec3d &point) const =0 |
| Move point with respect to projection direction e.g. Orthogonal projection will move with point by direction e.g. Spherical projection need to use center of projection. | |
Project spatial point.
|
virtualdefault |
Move point with respect to projection direction e.g. Orthogonal projection will move with point by direction e.g. Spherical projection need to use center of projection.
| point | Spatial point coordinate |
Implemented in Slic3r::Emboss::ProjectZ, Slic3r::Emboss::ProjectScale, Slic3r::Emboss::OrthoProject3d, and Slic3r::Emboss::OrthoProject.
Referenced by Slic3r::cut2model(), priv::is_patch_inside_of_model(), and priv::set_skip_by_angle().
Here is the caller graph for this function: