MCPcopy
hub / github.com/sparkjsdev/spark / isMat3

Function isMat3

src/dyno/types.ts:184–186  ·  view source on GitHub ↗
(type: DynoType)

Source from the content-addressed store, hash-verified

182 return type === "mat2" || type === "mat2x2";
183}
184export function isMat3(type: DynoType): boolean {
185 return type === "mat3" || type === "mat3x3";
186}
187export function isMat4(type: DynoType): boolean {
188 return type === "mat4" || type === "mat4x4";
189}

Callers 1

mulOutputTypeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected