CommonLibVR
NiPlane.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/N/NiPoint3.h
"
4
5
namespace
RE
6
{
7
class
NiPlane
8
{
9
public
:
10
// members
11
NiPoint3
normal
;
// 00
12
float
constant
;
// 0C
13
private
:
14
KEEP_FOR_RE
()
15
};
16
static_assert(
sizeof
(
NiPlane
) == 0x10);
17
}
NiPoint3.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::NiPlane
Definition:
NiPlane.h:8
RE::NiPlane::normal
NiPoint3 normal
Definition:
NiPlane.h:11
RE::NiPlane::constant
float constant
Definition:
NiPlane.h:12
RE::NiPoint3
Definition:
NiPoint3.h:6
RE
Definition:
AbsorbEffect.h:6
CommonLibVR
include
RE
N
NiPlane.h
Generated by
1.9.1