Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
CollectedNode Struct Reference

Represents a node collected by an area. More...

#include <physics.h>

Collaboration diagram for CollectedNode:

Public Attributes

struct Nodenode
 
float distance
 
vec3 impactPoint
 

Detailed Description

Represents a node collected by an area.

This structure holds a reference to a node and associated informations. It is used for sorting and managing nodes based on their distances.

Member Data Documentation

◆ node

struct Node* CollectedNode::node

◆ distance

float CollectedNode::distance

< Pointer to the node.

◆ impactPoint

vec3 CollectedNode::impactPoint

< Distance associated with the node.


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