VR-Engage  2.2
Loading...
Searching...
No Matches
makRadarFx::DtImageSize Struct Reference

Detailed Description

Defines the width and height of a radar image in pixels

#include <rfxImageMessage.h>

Public Member Functions

 DtImageSize ()
 
 DtImageSize (int imgX, int imgY)
 

Public Attributes

int x
 
int y
 

Constructor & Destructor Documentation

◆ DtImageSize() [1/2]

makRadarFx::DtImageSize::DtImageSize ( )
inline

Default constructor.

Initializes with default size of 512x512 pixels

References x, and y.

◆ DtImageSize() [2/2]

makRadarFx::DtImageSize::DtImageSize ( int imgX,
int imgY )
inline

Constructor with specific dimensions.

Parameters
imgXImage width in pixels
imgYImage height in pixels

References x, and y.

Member Data Documentation

◆ x

int makRadarFx::DtImageSize::x

Image width in pixels.

Referenced by DtImageSize(), and DtImageSize().

◆ y

int makRadarFx::DtImageSize::y

Image height in pixels.

Referenced by DtImageSize(), and DtImageSize().


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