XII Release 0.1.0
Loading...
Searching...
No Matches
xiiVolumePosition Struct Reference

Enum that describes where in a volume another object is located. More...

#include <Frustum.h>

Public Types

enum  Enum { Outside , Inside , Intersecting }
 Enum that describes where in a volume another object is located. More...
 

Detailed Description

Enum that describes where in a volume another object is located.

Member Enumeration Documentation

◆ Enum

Enum that describes where in a volume another object is located.

Enumerator
Outside 

This indicates that an object is ENTIRELY inside a volume.

Inside 

This indicates that an object is outside a volume.

Intersecting 

This indicates that an object is PARTIALLY inside/outside a volume.


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