mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Added vec2 length test
This commit is contained in:
parent
ae2af04599
commit
233847ebfb
@ -277,6 +277,9 @@ int main()
|
|||||||
{
|
{
|
||||||
int Error = 0;
|
int Error = 0;
|
||||||
|
|
||||||
|
glm::vec2 v;
|
||||||
|
assert(v.length() == 2);
|
||||||
|
|
||||||
Error += test_vec2_size();
|
Error += test_vec2_size();
|
||||||
Error += test_vec2_ctor();
|
Error += test_vec2_ctor();
|
||||||
Error += test_vec2_operators();
|
Error += test_vec2_operators();
|
||||||
|
Loading…
Reference in New Issue
Block a user