Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PivotClass Struct Reference

#include <pivot.h>

Public Member Functions

 PivotClass (void)
 
 PivotClass (const PivotClass &that)
 
PivotClassoperator= (const PivotClass &that)
 
 ~PivotClass (void)
 
void Capture_Update (void)
 
bool Is_Captured () const
 

Public Attributes

char Name [W3D_NAME_LEN]
 
PivotClassParent
 
Matrix3D BaseTransform
 
Matrix3D Transform
 
Matrix3D CapTransform
 
int Index
 
bool IsVisible
 
bool WorldSpaceTranslation
 
bool IsCaptured
 
bool Unused
 

Detailed Description

Definition at line 63 of file pivot.h.

Constructor & Destructor Documentation

◆ PivotClass() [1/2]

PivotClass::PivotClass ( void )

Definition at line 58 of file pivot.cpp.

◆ PivotClass() [2/2]

PivotClass::PivotClass ( const PivotClass & that)

Definition at line 79 of file pivot.cpp.

◆ ~PivotClass()

PivotClass::~PivotClass ( void )
inline

Definition at line 71 of file pivot.h.

Member Function Documentation

◆ Capture_Update()

void PivotClass::Capture_Update ( void )

Definition at line 137 of file pivot.cpp.

◆ Is_Captured()

bool PivotClass::Is_Captured ( ) const
inline

Definition at line 80 of file pivot.h.

◆ operator=()

PivotClass & PivotClass::operator= ( const PivotClass & that)

Definition at line 107 of file pivot.cpp.

Member Data Documentation

◆ BaseTransform

Matrix3D PivotClass::BaseTransform

Definition at line 92 of file pivot.h.

◆ CapTransform

Matrix3D PivotClass::CapTransform

Definition at line 102 of file pivot.h.

◆ Index

int PivotClass::Index

Definition at line 103 of file pivot.h.

◆ IsCaptured

bool PivotClass::IsCaptured

Definition at line 106 of file pivot.h.

◆ IsVisible

bool PivotClass::IsVisible

Definition at line 104 of file pivot.h.

◆ Name

char PivotClass::Name[W3D_NAME_LEN]

Definition at line 90 of file pivot.h.

◆ Parent

PivotClass* PivotClass::Parent

Definition at line 91 of file pivot.h.

◆ Transform

Matrix3D PivotClass::Transform

Definition at line 93 of file pivot.h.

◆ Unused

bool PivotClass::Unused

Definition at line 107 of file pivot.h.

◆ WorldSpaceTranslation

bool PivotClass::WorldSpaceTranslation

Definition at line 105 of file pivot.h.


The documentation for this struct was generated from the following files: