2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/GeomParams.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
13 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
17 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
21 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
Definition GeomParams.h:6
Definition TubeGeomParams.h:6
float getFRadius()
Definition TubeGeomParams.h:8
float getFLength()
Definition TubeGeomParams.h:16
void setFRadius(float val)
Definition TubeGeomParams.h:12
void setFLength(float val)
Definition TubeGeomParams.h:20