CommonLibSSE NG
Loading...
Searching...
No Matches
NiPlane.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/N/NiPoint3.h"
4
5namespace RE
6{
7 class NiPlane
8 {
9 public:
10 // members
12 float constant; // 0C
13 };
14 static_assert(sizeof(NiPlane) == 0x10);
15}
Definition NiPlane.h:8
NiPoint3 normal
Definition NiPlane.h:11
float constant
Definition NiPlane.h:12
Definition NiPoint3.h:6
Definition AbsorbEffect.h:6