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

Method contains

hi_scripting/scripting/api/ScriptingGraphics.cpp:1227–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227var ScriptingObjects::PathObject::contains(var point)
1228{
1229 Point<float> pt = ApiHelpers::getPointFromVar(point);
1230
1231 return p.contains(pt);
1232}
1233
1234var ScriptingObjects::PathObject::getLength()
1235{

Callers 4

getLinesMethod · 0.45
loadFileContentMethod · 0.45
callWithGraphicsMethod · 0.45
callDefinedFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected