MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / acuteRaw

Function acuteRaw

Apps/BabylonScripts/meshwriter.min.js:2725–2727  ·  view source on GitHub ↗
(dx, dy)

Source from the content-addressed store, hash-verified

2723 // To save space and code, that's what we do
2724 // These functions return the special symbols in compressed or raw forms
2725 function acuteRaw(dx, dy) {
2726 return [[128 + dx, 588 + dy], [45 + dx, 588 + dy], [135 + dx, 731 + dy], [270 + dx, 731 + dy]]
2727 };
2728 function acuteCoded(dx, dy) {
2729 return codeList(acuteRaw(dx, dy))
2730 };

Callers 1

acuteCodedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected