Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
SizeF Struct Reference

Describes a two-dimensional size with a width and a height using double-precision floating-point numbers. More...

#include <CommonTypes.h>

Public Member Functions

constexpr SizeF ()
 
constexpr SizeF (double width, double height)
 
bool operator== (const SizeF &other)
 

Data Fields

double width
 
double height
 

Detailed Description

Describes a two-dimensional size with a width and a height using double-precision floating-point numbers.

Constructor & Destructor Documentation

◆ SizeF() [1/2]

constexpr SizeF ( )
inlineconstexpr

◆ SizeF() [2/2]

constexpr SizeF ( double  width,
double  height 
)
inlineconstexpr

Member Function Documentation

◆ operator==()

bool operator== ( const SizeF other)

Field Documentation

◆ height

double height

◆ width

double width

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