MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / initialize_draw_data

Method initialize_draw_data

src/CanvasComponents/MeshCanvasComponent.cpp:294–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void MeshCanvasComponent::initialize_draw_data(DrawingProgram& drawP) {
295}
296
297bool MeshCanvasComponent::collides_within_coords_point(const Vector2f& checkAgainst) const {
298 bool intersectsAABB = d.meshPath.getBounds().contains(checkAgainst.x(), checkAgainst.y());

Callers 2

commit_updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected