MCPcopy Create free account
hub / github.com/WheretIB/nullc / float4__xyw__float3_ref__

Function float4__xyw__float3_ref__

NULLC/translation/std_math.cpp:1211–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209 *(&(*(&__context))->z) = *(&(&r_0)->z);
1210}
1211float3 float4__xyw__float3_ref__(float4 * __context)
1212{
1213 return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->w), (void*)0);
1214}
1215void float4__xyw__void_ref_float3_(float3 r_0, float4 * __context)
1216{
1217 *(&(*(&__context))->x) = *(&(&r_0)->x);

Callers

nothing calls this directly

Calls 1

float3__Function · 0.85

Tested by

no test coverage detected