MCPcopy Create free account
hub / github.com/carbonengine/trinity / Vector4

Class Vector4

trinityal/tests/Raytracing.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32struct Vector4
33{
34 float x, y, z, w;
35};
36
37Vector3 cubeVertices[] = {
38 Vector3( -1, -1, 1 ),

Callers 15

SetupScreenQuadFunction · 0.50
InitializeTrinityFunction · 0.50
RenderVolumetricsMethod · 0.50
UpdatePerObjectDataMethod · 0.50
CalculateAABBMethod · 0.50
SetupShadowSplitMethod · 0.50
DrawTextMethod · 0.50
RenderPickingMethod · 0.50
HemisphereMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected