MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / cross

Function cross

cmp_compressonatorlib/astc/astc_encode_kernel.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53float3 cross(float3 p, float3 q)
54{
55 return p.yzx * q.zxy - p.zxy * q.yzx;
56}
57
58float length(float2 p)
59{

Callers 1

invertMat4tFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected