MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / setThickness

Method setThickness

include/VectorDisplay.h:451–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450#ifdef SUPPORT_FLOATING_POINT
451 inline void setThickness(double thickness) {
452 setThickness(TO_FP32(thickness));
453 }
454
455 inline void setPixelAspectRatio(double aspect) {
456 setThickness(TO_FP32(aspect));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected