MCPcopy Create free account
hub / github.com/ThatOpen/engine_clay /

Class

packages/clay/src/utils/math-utils.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as THREE from "three";
2
3export class MathUtils {
4 static basisFromEuler(rotation: THREE.Euler) {
5 const dirs = new THREE.Matrix4();
6 dirs.makeRotationFromEuler(rotation);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected