Boboter
Loading...
Searching...
No Matches
vector3.h
Go to the documentation of this file.
1
7
8
#pragma once
9
13
struct
vector3
{
14
float
x
;
15
float
y
;
16
float
z
;
17
};
vector3
A struct to represent a value with x, y and z components.
Definition
vector3.h:13
vector3::y
float y
Definition
vector3.h:15
vector3::z
float z
Definition
vector3.h:16
vector3::x
float x
Definition
vector3.h:14
types
vector3.h
Generated by
1.15.0