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

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

#include <types.h>

Inheritance diagram for imgdoc2::PointF:
imgdoc2::PointT< float >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PointF()

imgdoc2::PointF::PointF ( float  x,
float  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: