mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 10:34:23 +00:00
feat(mat4): add mat4 basic functions
This commit is contained in:
@@ -94,4 +94,4 @@ float vec4_dist(Vec4_t a, Vec4_t b)
|
||||
Vec4_t vsub = vec4_sub(a, b);
|
||||
float rlt = vec4_len(vsub);
|
||||
return rlt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user