mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
22 lines
330 B
C++
22 lines
330 B
C++
#pragma once
|
|
|
|
#include "revolution.h"
|
|
#include "JSystem/JGeometry/TVec.hpp"
|
|
|
|
class CameraPoseParam {
|
|
public:
|
|
CameraPoseParam();
|
|
|
|
void copyFrom(const CameraPoseParam &);
|
|
|
|
TVec3f _0;
|
|
TVec3f _C;
|
|
TVec3f _18;
|
|
TVec3f _24;
|
|
f32 _30;
|
|
TVec3f _34;
|
|
TVec3f _40;
|
|
f32 _4C;
|
|
f32 _50;
|
|
f32 _54;
|
|
}; |