MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Cross

Function Cross

engine/Poseidon/Graphics/Shadow/ShadowMath.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14Vec3 Cross(const Vec3& a, const Vec3& b)
15{
16 return {a.y * b.z - a.z * b.y, a.z * b.x - a.x * b.z, a.x * b.y - a.y * b.x};
17}
18
19float Length(const Vec3& v)
20{

Callers 2

LookAtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected