MCPcopy
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
181export function isMat2(type: DynoType): boolean {
182 return type === "mat2" || type === "mat2x2";
183}
184export function isMat3(type: DynoType): boolean {
185 return type === "mat3" || type === "mat3x3";
186}

Callers 1

mulOutputTypeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected