I’m using juce 1.46, and would like to write my own routine for drawing arrows on lines.
Doing so would be facilitated if perpendicularOffset were made a public function. It could continue to remain static, but as it stands now, that function isn’t declared in the header, and is inaccessible by any drawing routine I might write.
If this change has already been made for a more current version of juce, that would be added incentive to update!