GuitarPrometheus::Render::LaidOutSlur
GuitarPrometheus::Render::LaidOutSlur
A laid-out slur connecting two notes (which may differ in pitch and may cross measures). More…
#include <LayoutEngine.h>
Public Attributes
| Name | |
|---|---|
| float | startX |
| float | startY |
| float | endX |
| float | endY |
| bool | curveUp |
Detailed Description
struct GuitarPrometheus::Render::LaidOutSlur;A laid-out slur connecting two notes (which may differ in pitch and may cross measures).
Same geometry as [LaidOutTie](/api-reference/classes/structguitarprometheus_1_1render_1_1laidouttie/); the renderer differentiates them by where each is stored.
Public Attributes Documentation
variable startX
float startX = 0.f;variable startY
float startY = 0.f;variable endX
float endX = 0.f;variable endY
float endY = 0.f;variable curveUp
bool curveUp = true;Updated on 2026-05-29 at 07:39:52 +0000