Public Attributes | List of all members
Point3D Struct Reference

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

In this tutorial we will see how to wrap legacy code into a BehaviorTree in a non-intrusive way, i.e. without modifying the original class.

Definition at line 11 of file ex01_wrap_legacy.cpp.

Member Data Documentation

◆ x

double Point3D::x

Definition at line 13 of file ex01_wrap_legacy.cpp.

◆ y

double Point3D::y

Definition at line 13 of file ex01_wrap_legacy.cpp.

◆ z

double Point3D::z

Definition at line 13 of file ex01_wrap_legacy.cpp.


The documentation for this struct was generated from the following file:


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09