MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / bendTextAlongSurfacePath

Function bendTextAlongSurfacePath

source/MRSymbolMesh/MRAlignTextToMesh.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.85

Calls 2

bendTextAlongCurveFunction · 0.85
meshPathCurvePointsFunction · 0.85

Tested by 1

TESTFunction · 0.68