Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sparkjsdev/spark
/ isMat2
Function
isMat2
src/dyno/types.ts:181–183 ·
view source on GitHub ↗
(type: DynoType)
Source
from the content-addressed store, hash-verified
179
}
180
181
export
function
isMat2(
type
: DynoType): boolean {
182
return
type
===
"mat2"
||
type
===
"mat2x2"
;
183
}
184
export
function
isMat3(
type
: DynoType): boolean {
185
return
type
===
"mat3"
||
type
===
"mat3x3"
;
186
}
Callers
1
mulOutputType
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected