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

Method addPoint

src/IECoreScene/Font.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void Font::Mesher::addPoint( const V3f &p )
225{
226 PointVector &points = currentPointVector();
227 if( !points.size() || !(*(points.rbegin())).equalWithAbsError( p, 1e-6 ) )
228 {
229 points.push_back( p );
230 }
231}
232
233int Font::Mesher::moveTo( const FT_Vector *to, void *that )
234{

Callers 3

operator()Method · 0.80
moveToMethod · 0.80
lineToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected