Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Point Class Reference

Coordinate. More...

Public Member Functions

 AOI_Point ()
 
 AOI_Point (float, float)
 
 AOI_Point (const AOI_Point &)
 

Detailed Description

Coordinate.

Definition at line 136 of file AOI_Types.h.

Constructor & Destructor Documentation

◆ AOI_Point() [1/3]

AOI_Point::AOI_Point ( )

Constructs a (0,0) coordinate

Definition at line 463 of file AOI_Types.cpp.

◆ AOI_Point() [2/3]

AOI_Point::AOI_Point ( float inX,
float inY )

Constructs coordinate with the given x and y

Parameters
inXx-coordinate
inYy-coordinate

Definition at line 474 of file AOI_Types.cpp.

◆ AOI_Point() [3/3]

AOI_Point::AOI_Point ( const AOI_Point & inCoord)

Constructs a copy of a coordinate.

Parameters
inCoordSource coordinate to copy.

Definition at line 485 of file AOI_Types.cpp.


The documentation for this class was generated from the following files: