MCPcopy Create free account
hub / github.com/ImageEngine/cortex / lineTo

Method lineTo

src/IECoreScene/Font.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241int Font::Mesher::lineTo( const FT_Vector *to, void *that )
242{
243 Mesher *m = (Mesher *)( that );
244 m->addPoint( V3f( to->x, to->y, 0 ) );
245 return 0;
246}
247
248int Font::Mesher::conicTo( const FT_Vector *control, const FT_Vector *to, void *that )
249{

Callers

nothing calls this directly

Calls 1

addPointMethod · 0.80

Tested by

no test coverage detected