summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector3.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-24 13:24:13 +0800
committerchai <chaifix@163.com>2021-10-24 13:24:13 +0800
commit3239ba18797b1aa098056aa0c2a70e250a27a06c (patch)
treecb42710213cd188dd5f7c7841693c9ebe1b1915a /Runtime/Math/Vector3.h
parent7bf672fd0c6211909d94078b448032b1bd0916ef (diff)
* port shader
Diffstat (limited to 'Runtime/Math/Vector3.h')
-rw-r--r--Runtime/Math/Vector3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Runtime/Math/Vector3.h b/Runtime/Math/Vector3.h
index 041ffef..08e2592 100644
--- a/Runtime/Math/Vector3.h
+++ b/Runtime/Math/Vector3.h
@@ -1,9 +1,8 @@
#ifndef VECTOR3_H
#define VECTOR3_H
-class Vector3
+struct Vector3
{
-public:
float x, y, z;
inline void Set(float x, float y, float z)