2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/GeomParams.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
13 *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
17 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C);
21 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x5C) = val;
Definition GeomParams.h:6
Definition PlaneGeomParams.h:6
void setFDistance(float val)
Definition PlaneGeomParams.h:20
float getFDistance()
Definition PlaneGeomParams.h:16
Vector3D getVNormal()
Definition PlaneGeomParams.h:8
void setVNormal(Vector3D val)
Definition PlaneGeomParams.h:12