|
GoPxL SDK
|
Public Member Functions | |
| void | Deserialize (kSerializer serializer) |
| Deserialize the bounding box data. More... | |
| GoGdpBoundingBox ()=default | |
| Constructs GoGdpBoundingBox. More... | |
| const k64f | Height () const |
| Get the bounding box size along the z-axis. More... | |
| const k64f | Length () const |
| Get the bounding box size along the y-axis. More... | |
| const k64f | Width () const |
| Get the bounding box size along the x-axis. More... | |
| const k64f | X () const |
| Get X-coordinate of the origin. More... | |
| const k64f | Y () const |
| Get Y-coordinate of the origin. More... | |
| const k64f | Z () const |
| Get Z-coordinate of the origin. More... | |
Friends | |
| class | ::GoGdpMsgTests |