MCPcopy Create free account
hub / github.com/axmolengine/axmol / drawPoint

Method drawPoint

core/2d/DrawNode.cpp:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void DrawNode::drawPoint(const Vec2& position,
275 const float pointSize,
276 const Color4F& color,
277 const DrawNode::PointType pointType)
278{
279 if (pointSize <= 0.0f)
280 return;
281
282 _drawPoint(position, pointSize, color, pointType);
283}
284
285void DrawNode::drawPoints(const Vec2* position,
286 unsigned int numberOfPoints,

Callers 8

updateMethod · 0.80
drawAllMethod · 0.80
drawAllv2Method · 0.80
renderLineMethod · 0.80
initMethod · 0.80
ChipmunkDebugDrawDotFunction · 0.80
DrawPointMethod · 0.80
drawDebugMethod · 0.80

Calls

no outgoing calls

Tested by 5

updateMethod · 0.64
drawAllMethod · 0.64
drawAllv2Method · 0.64
renderLineMethod · 0.64
ChipmunkDebugDrawDotFunction · 0.64