| 144 | } |
| 145 | |
| 146 | Expected<Mesh> bendTextAlongSurfacePath( const Mesh& mesh, |
| 147 | const GeodesicPath& path, const BendTextAlongCurveParams& params ) |
| 148 | { |
| 149 | return bendTextAlongCurve( meshPathCurvePoints( mesh, path ), params ); |
| 150 | } |
| 151 | |
| 152 | Expected<Mesh> bendTextAlongSurfacePath( const Mesh& mesh, |
| 153 | const SurfacePath& path, const BendTextAlongCurveParams& params ) |