UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
dtObstacleCircle Struct Reference

#include <DetourObstacleAvoidance.h>

Public Attributes

dtReal p [3]
 Position of the obstacle.
 
dtReal vel [3]
 Velocity of the obstacle.
 
dtReal dvel [3]
 Velocity of the obstacle.
 
dtReal rad
 Radius of the obstacle.
 
dtReal dp [3]
 
dtReal np [3]
 Use for side selection during sampling.
 

Member Data Documentation

◆ dp

dtReal dtObstacleCircle::dp[3]

◆ dvel

dtReal dtObstacleCircle::dvel[3]

Velocity of the obstacle.

◆ np

dtReal dtObstacleCircle::np[3]

Use for side selection during sampling.

◆ p

dtReal dtObstacleCircle::p[3]

Position of the obstacle.

◆ rad

dtReal dtObstacleCircle::rad

Radius of the obstacle.

◆ vel

dtReal dtObstacleCircle::vel[3]

Velocity of the obstacle.


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