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

Method ELEMENTS

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

Source from the content-addressed store, hash-verified

75593 return RotationOrder[order];
75594 }
75595 get ELEMENTS() {
75596 return 4;
75597 }
75598 constructor(x = 0, y = 0, z = 0, order = Euler.DefaultOrder){
75599 super(-0, -0, -0, -0);
75600 if (arguments.length > 0 && Array.isArray(arguments[0])) this.fromVector3(...arguments);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected