Mech-Eye API 2.6.0
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
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 53 of file CommonTypes.h.

Constructor & Destructor Documentation

◆ SizeF() [1/2]

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

Definition at line 55 of file CommonTypes.h.

◆ SizeF() [2/2]

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

Definition at line 56 of file CommonTypes.h.

Member Data Documentation

◆ height

double mmind::eye::SizeF::height

Definition at line 60 of file CommonTypes.h.

◆ width

double mmind::eye::SizeF::width

Definition at line 59 of file CommonTypes.h.


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