SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CameraCharmedVecRegTower Class Reference
Inheritance diagram for CameraCharmedVecRegTower:
Camera NameObj

Public Member Functions

 CameraCharmedVecRegTower (const char *)
 
virtual void reset ()
 
virtual CameraTargetObjcalc ()
 
virtual CamTranslatorBasecreateTranslator ()
 
- Public Member Functions inherited from Camera
 Camera (const char *)
 
virtual bool isInterpolationOff () const
 
virtual bool isCollisionOff () const
 
virtual bool isZeroFrameMoveOff () const
 
virtual bool isSubjectiveCameraOff () const
 
virtual bool isCorrectingErpPositionOff () const
 
virtual void roundLeft ()
 
virtual void roundRight ()
 
virtual bool isEnableToRoundLeft () const
 
virtual bool isEnableToRoundRight () const
 
virtual bool isEnableToReset () const
 
void setZoneMtx (long)
 
void createVPanObj ()
 
- Public Member Functions inherited from NameObj
 NameObj (const char *pName)
 Constructs a new NameObj instance.
 
virtual void init (const JMapInfoIter &rIter)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual void initAfterPlacement ()
 
virtual void movement ()
 
virtual void draw () const
 Draws the object. Does nothing until overridden.
 
virtual void calcAnim ()
 
virtual void calcViewAndEntry ()
 
void initWithoutIter ()
 Initializes a NameObj without a JMapInfoIter instance.
 
void setName (const char *pName)
 Sets the NameObj's mName.
 
void executeMovement ()
 
void requestSuspend ()
 
void requestResume ()
 
void syncWithFlags ()
 

Public Attributes

TVec3f mWPoint
 
TVec3f mAxis
 
f32 mAngleA
 
f32 mAngleB
 
f32 mDist
 
bool _70
 
u8 _71 [3]
 
const char * mString
 
- Public Attributes inherited from Camera
CameraManmCameraMan
 
CameraPoseParammPosParam
 
CameraHeightArrangemVPan
 
bool mIsLOfsErpOff
 
u8 _19 [3]
 
TMtx34f mZoneMatrix
 
- Public Attributes inherited from NameObj
const char * mName
 A string to identify the NameObj.
 
volatile u16 mFlags
 Flags in relation to movement.
 
s16 mExecutorIdx
 The index into the NameObjExecuteInfo array.
 

Detailed Description

Definition at line 5 of file CameraCharmedVecRegTower.hpp.

Constructor & Destructor Documentation

◆ CameraCharmedVecRegTower()

CameraCharmedVecRegTower::CameraCharmedVecRegTower ( const char * pName)

Definition at line 4 of file CameraCharmedVecRegTower.cpp.

◆ ~CameraCharmedVecRegTower()

CameraCharmedVecRegTower::~CameraCharmedVecRegTower ( )
virtual

Definition at line 8 of file CameraCharmedVecRegTower.cpp.

Member Function Documentation

◆ reset()

virtual void CameraCharmedVecRegTower::reset ( )
virtual

Reimplemented from Camera.

◆ calc()

virtual CameraTargetObj * CameraCharmedVecRegTower::calc ( )
virtual

Implements Camera.

◆ createTranslator()

CamTranslatorBase * CameraCharmedVecRegTower::createTranslator ( )
virtual

Reimplemented from Camera.

Definition at line 12 of file CameraCharmedVecRegTower.cpp.

Member Data Documentation

◆ mWPoint

TVec3f CameraCharmedVecRegTower::mWPoint

Definition at line 14 of file CameraCharmedVecRegTower.hpp.

◆ mAxis

TVec3f CameraCharmedVecRegTower::mAxis

Definition at line 15 of file CameraCharmedVecRegTower.hpp.

◆ mAngleA

f32 CameraCharmedVecRegTower::mAngleA

Definition at line 16 of file CameraCharmedVecRegTower.hpp.

◆ mAngleB

f32 CameraCharmedVecRegTower::mAngleB

Definition at line 17 of file CameraCharmedVecRegTower.hpp.

◆ mDist

f32 CameraCharmedVecRegTower::mDist

Definition at line 18 of file CameraCharmedVecRegTower.hpp.

◆ _70

bool CameraCharmedVecRegTower::_70

Definition at line 19 of file CameraCharmedVecRegTower.hpp.

◆ _71

u8 CameraCharmedVecRegTower::_71[3]

Definition at line 20 of file CameraCharmedVecRegTower.hpp.

◆ mString

const char* CameraCharmedVecRegTower::mString

Definition at line 21 of file CameraCharmedVecRegTower.hpp.