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

Method moveTo

src/IECoreScene/Font.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233int Font::Mesher::moveTo( const FT_Vector *to, void *that )
234{
235 Mesher *m = (Mesher *)( that );
236 m->m_pointVectors.push_back( PointVector() );
237 m->addPoint( V3f( to->x, to->y, 0 ) );
238 return 0;
239}
240
241int Font::Mesher::lineTo( const FT_Vector *to, void *that )
242{

Callers

nothing calls this directly

Calls 1

addPointMethod · 0.80

Tested by

no test coverage detected