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

Method cross

docs/app/js/sanddance-app.js:70256–70259  ·  view source on GitHub ↗
(vector)

Source from the content-addressed store, hash-verified

70254 return _vec3.angle(this, vector);
70255 }
70256 cross(vector) {
70257 _vec3.cross(this, this, vector);
70258 return this.check();
70259 }
70260 rotateX({ radians , origin =ORIGIN }) {
70261 _vec3.rotateX(this, this, origin, radians);
70262 return this.check();

Callers 4

sanddance-app.jsFile · 0.45
tesselateIcosaHedronFunction · 0.45
getFrustumPlanesFunction · 0.45
transformFunction · 0.45

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected