Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F123454
Vector3.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
Vector3.cpp
View Options
#include
<echo/Maths/Vector3.h>
namespace
Echo
{
const
Vector3
Vector3
::
ZERO
(
0
,
0
,
0
);
const
Vector3
Vector3
::
UNIT_X
(
1
,
0
,
0
);
const
Vector3
Vector3
::
UNIT_Y
(
0
,
1
,
0
);
const
Vector3
Vector3
::
UNIT_Z
(
0
,
0
,
1
);
const
Vector3
Vector3
::
NEGATIVE_UNIT_X
(
-
1
,
0
,
0
);
const
Vector3
Vector3
::
NEGATIVE_UNIT_Y
(
0
,
-
1
,
0
);
const
Vector3
Vector3
::
NEGATIVE_UNIT_Z
(
0
,
0
,
-
1
);
const
Vector3
Vector3
::
UNIT_SCALE
(
1
,
1
,
1
);
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jan 15, 11:43 PM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72095
Default Alt Text
Vector3.cpp (425 B)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment