Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ toString
Method
toString
examples/extern/gmath.bundle.js:1749–1751 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1747
return
isFinite(this.scalar) && this.vector.isFinite();
1748
}
1749
toString() {
1750
return
`Quaternion { scalar: ${this.scalar}, vector: ${this.vector.toString()} }`;
1751
}
1752
}
1753
export
{ Quaternion as Quaternion };
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected