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

HoopsCommon.h

Members 
Description 
float x; 
!< Coordinate X of the three-dimensional point. 
float y; 
!< Coordinate Y of the three-dimensional point. 
float z; 
!< Coordinate Z of the three-dimensional point. 

This structure implements the hoops three-dimensional point.

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