MCPcopy Create free account
hub / github.com/microsoft/SandDance / DefaultOrder

Method DefaultOrder

docs/app/js/sanddance-app.js:75586–75588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75584 return RotationOrder.ZYX;
75585 }
75586 static get DefaultOrder() {
75587 return RotationOrder.ZYX;
75588 }
75589 static get RotationOrders() {
75590 return RotationOrder;
75591 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected