Blender  V3.3
Public Attributes | List of all members
BLI_AStarGNLink Struct Reference

#include <BLI_astar.h>

Public Attributes

int nodes [2]
 
float cost
 
voidcustom_data
 

Detailed Description

Definition at line 21 of file BLI_astar.h.

Member Data Documentation

◆ cost

float BLI_AStarGNLink::cost

◆ custom_data

void* BLI_AStarGNLink::custom_data

◆ nodes

int BLI_AStarGNLink::nodes[2]

Definition at line 22 of file BLI_astar.h.

Referenced by BLI_astar_node_link_add(), and BLI_astar_node_link_other_node().


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