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

#include <BaseType.h>

Public Member Functions

Real width (void) const
 
Real height (void) const
 
Real depth (void) const
 
void zero ()
 
Bool isInRegionNoZ (const Coord3D *query) const
 
Bool isInRegionWithZ (const Coord3D *query) const
 

Public Attributes

Coord3D lo
 
Coord3D hi
 

Detailed Description

Definition at line 428 of file BaseType.h.

Member Function Documentation

◆ depth()

Real Region3D::depth ( void ) const
inline

Definition at line 434 of file BaseType.h.

◆ height()

Real Region3D::height ( void ) const
inline

Definition at line 433 of file BaseType.h.

◆ isInRegionNoZ()

Bool Region3D::isInRegionNoZ ( const Coord3D * query) const
inline

Definition at line 437 of file BaseType.h.

◆ isInRegionWithZ()

Bool Region3D::isInRegionWithZ ( const Coord3D * query) const
inline

Definition at line 442 of file BaseType.h.

◆ width()

Real Region3D::width ( void ) const
inline

Definition at line 432 of file BaseType.h.

◆ zero()

void Region3D::zero ( )
inline

Definition at line 436 of file BaseType.h.

Member Data Documentation

◆ hi

Coord3D Region3D::hi

Definition at line 430 of file BaseType.h.

◆ lo

Coord3D Region3D::lo

Definition at line 430 of file BaseType.h.


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