libmove3d  3.13.0
Public Attributes
BB_handle Struct Reference

Bounding boxes handle. More...

#include <p3d.h>

List of all members.

Public Attributes

int env_id
 The environment index.
int nb_robot
 The robot number.
p3d_elem_list_BB ** lists_links_env
 Array of list of collision with the environment for each robot.
p3d_elem_list_BB ** lists_links_rob
 Array of list of collision with other robot for each robot.
p3d_elem_list_BB ** lists_links_autocol
 Array of list of autocollision for each robot.

Detailed Description

Bounding boxes handle.

Store the pair of object activate.

Warning:
All operationon a ::p3d_BB_handle are valid only in the current environment.

Member Data Documentation

The environment index.

Note:
Always check if the current environment is the same.

The robot number.

Note:
Allow the memory release if the current environment has changed.

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines