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

Function isMat4

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

Source from the content-addressed store, hash-verified

185 return type === "mat3" || type === "mat3x3";
186}
187export function isMat4(type: DynoType): boolean {
188 return type === "mat4" || type === "mat4x4";
189}
190
191export function vectorElementType<A extends VectorTypes>(
192 type: A,

Callers 1

mulOutputTypeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected