MCPcopy Create free account
hub / github.com/christophhart/HISE / getLength

Method getLength

hi_scripting/scripting/api/ScriptingGraphics.cpp:1234–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234var ScriptingObjects::PathObject::getLength()
1235{
1236 return p.getLength(AffineTransform::scale(1.0f), 1.0f);
1237}
1238
1239var ScriptingObjects::PathObject::getBounds(var scaleFactor)
1240{

Callers 15

deleteKeyPressedMethod · 0.45
processFrameMethod · 0.45
paintMethod · 0.45
printBufferSliceMethod · 0.45
addCircleAtMidpointFunction · 0.45
getRangeAreaMethod · 0.45
setNewRangeMethod · 0.45
getDragTextMethod · 0.45
mouseDragMethod · 0.45
timerCallbackMethod · 0.45
getResizedBufferMethod · 0.45
getSampleLengthMethod · 0.45

Calls 1

scaleClass · 0.85

Tested by 1

printBufferSliceMethod · 0.36