Add zero vector definition
This commit is contained in:
parent
39205a3501
commit
1ac6e6341c
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
#include "basics.h"
|
||||
|
||||
|
||||
const Vector3 ZeroVector3 = {0.0, 0.0, 0.0};
|
||||
|
||||
|
||||
/*
|
||||
* vector_init --
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue