Neocore
Loading...
Searching...
No Matches
Box Struct Reference

Collision detection bounding box. More...

#include <neocore.h>

Data Fields

Position p0
 
Position p1
 
Position p2
 
Position p3
 
Position p4
 
short width
 
short height
 
short widthOffset
 
short heightOffset
 

Detailed Description

Collision detection bounding box.

Axis-aligned bounding box with 5 corner points and dimension information for physics collision detection

Definition at line 69 of file neocore.h.

Field Documentation

◆ height

short height

Definition at line 76 of file neocore.h.

◆ heightOffset

short heightOffset

Definition at line 78 of file neocore.h.

◆ p0

Definition at line 70 of file neocore.h.

◆ p1

Definition at line 71 of file neocore.h.

◆ p2

Definition at line 72 of file neocore.h.

◆ p3

Definition at line 73 of file neocore.h.

◆ p4

Definition at line 74 of file neocore.h.

◆ width

short width

Definition at line 75 of file neocore.h.

◆ widthOffset

short widthOffset

Definition at line 77 of file neocore.h.


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