MCPcopy Create free account
hub / github.com/defold/defold / OutputVector4

Function OutputVector4

engine/modelc/src/modelimporter_debug.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67// }
68
69static void OutputVector4(const dmVMath::Vector4& v)
70{
71 printf("%f, %f, %f, %f\n", v.getX(), v.getY(), v.getZ(), v.getW());
72}
73
74static void OutputMatrix(const dmTransform::Transform& transform)
75{

Callers 1

OutputMatrixFunction · 0.70

Calls 4

getXMethod · 0.45
getYMethod · 0.45
getZMethod · 0.45
getWMethod · 0.45

Tested by

no test coverage detected