API Reference > OdExport Classes > TD_HOOPS_COMMON_EXPORT Namespace > Structs, Records, Enums > TD_HOOPS_COMMON_EXPORT::HoopsD2dPoint Structure
TD_HOOPS_COMMON_EXPORT::HoopsD2dPoint Structure
Syntax
C++
struct HoopsD2dPoint { double x; double y; };

HoopsCommon.h

Members 
Description 
double x; 
!< Coordinate X of the two-dimensional point. 
double y; 
!< Coordinate Y of the two-dimensional point. 

This structure implements the hoops two-dimensional point.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.