Fission
FSN
Loading...
Searching...
No Matches
libs
fsCore
fsVec3d.h
Go to the documentation of this file.
1
/********************************************************************
2
*
3
* File: fsVec3d.h
4
*
5
* Purpose: 3D Vector
6
*
7
*********************************************************************/
8
9
#ifndef fsVec3dhdr
10
#define fsVec3dhdr
11
12
#include "
fsBaseTypes.h
"
13
14
15
struct
fsVec3d
final
16
{
17
fsVec3d
(
fsF32
pX,
fsF32
pY,
fsF32
pZ) :
x
(pX),
y
(pY),
z
(pZ)
18
{
19
}
20
21
fsVec3d
() :
x
(0.0f),
y
(0.0f),
z
(0.0f)
22
{
23
}
24
25
~fsVec3d
()
26
{
27
}
28
29
fsF32
x
;
30
fsF32
y
;
31
fsF32
z
;
32
};
33
34
#endif
fsBaseTypes.h
fsF32
float fsF32
Definition
fsBaseTypes.h:28
fsVec3d::y
fsF32 y
Definition
fsVec3d.h:30
fsVec3d::fsVec3d
fsVec3d(fsF32 pX, fsF32 pY, fsF32 pZ)
Definition
fsVec3d.h:17
fsVec3d::z
fsF32 z
Definition
fsVec3d.h:31
fsVec3d::x
fsF32 x
Definition
fsVec3d.h:29
fsVec3d::~fsVec3d
~fsVec3d()
Definition
fsVec3d.h:25
fsVec3d::fsVec3d
fsVec3d()
Definition
fsVec3d.h:21
Generated on
for Fission by
1.16.1