#include <src/libslic3r/Emboss.hpp>
|
| | OrthoProject3d (Vec3d direction) |
| |
| Vec3d | project (const Vec3d &point) const override |
| | 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.
|
| |
◆ OrthoProject3d()
| Slic3r::Emboss::OrthoProject3d::OrthoProject3d |
( |
Vec3d |
direction | ) |
|
|
inline |
Vec3d m_direction
Definition Emboss.hpp:343
◆ project()
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.
- Parameters
-
| point | Spatial point coordinate |
- Returns
- Projected spatial point
Implements Slic3r::Emboss::IProject3d.
References m_direction.
◆ m_direction
| Vec3d Slic3r::Emboss::OrthoProject3d::m_direction |
|
private |
The documentation for this class was generated from the following file: