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

Method drawPoints

core/2d/DrawNode.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void DrawNode::drawPoints(const Vec2* position,
286 unsigned int numberOfPoints,
287 const Color4F& color,
288 const DrawNode::PointType pointType)
289{
290 _drawPoints(position, numberOfPoints, 1.0f, color, pointType);
291}
292
293void DrawNode::drawPoints(const Vec2* position,
294 unsigned int numberOfPoints,

Callers 5

DrawFrameMethod · 0.80
updateMethod · 0.80
drawAllMethod · 0.80
drawAllv2Method · 0.80

Calls

no outgoing calls

Tested by 4

DrawFrameMethod · 0.64
updateMethod · 0.64
drawAllMethod · 0.64
drawAllv2Method · 0.64