libimgdoc2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
imgdoc2::PointD Struct Reference

Structure defining a point in two dimensions with doubles representing the coordinates. More...

#include <types.h>

Inheritance diagram for imgdoc2::PointD:
imgdoc2::PointT< double >

Public Member Functions

 PointD ()
 Default constructor which sets all properties to zero.
 
 PointD (double x, double y)
 
- Public Member Functions inherited from imgdoc2::PointT< double >
 PointT ()
 Default constructor which sets all properties to zero.
 
 PointT (double x, double y)
 

Additional Inherited Members

- Public Attributes inherited from imgdoc2::PointT< double >
double x
 The x-coordinate of the point.
 
double y
 The y-coordinate of the point.
 

Detailed Description

Structure defining a point in two dimensions with doubles representing the coordinates.

Constructor & Destructor Documentation

◆ PointD()

imgdoc2::PointD::PointD ( double  x,
double  y 
)
inline

Constructor

Parameters
xThe x-coordinate of the point.
yThe y-coordinate of the point.

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