Mech-Eye API 2.4.0
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mmind::eye::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 (double width, double height)
 
bool operator== (const SizeF &other)
 

Public Attributes

double width
 
double height
 

Detailed Description

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

Definition at line 42 of file CommonTypes.h.

Constructor & Destructor Documentation

◆ SizeF() [1/2]

constexpr mmind::eye::SizeF::SizeF ( )
inlineconstexpr

Definition at line 44 of file CommonTypes.h.

◆ SizeF() [2/2]

constexpr mmind::eye::SizeF::SizeF ( double width,
double height )
inlineconstexpr

Definition at line 45 of file CommonTypes.h.

Member Data Documentation

◆ height

double mmind::eye::SizeF::height

Definition at line 49 of file CommonTypes.h.

◆ width

double mmind::eye::SizeF::width

Definition at line 48 of file CommonTypes.h.


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