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

HoopsCommon.h

Members 
Description 
float x; 
!< Coordinate X of the two-dimensional point. 
float 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.