Oolite 1.91.0.7644-241112-7f5034b
|
import "CollisionRegion.h"
import "OOMaths.h"
import "Universe.h"
import "Entity.h"
import "ShipEntity.h"
import "OOSunEntity.h"
import "OOPlanetEntity.h"
import "StationEntity.h"
import "PlayerEntity.h"
import "OODebugFlags.h"
Go to the source code of this file.
Functions | |
static BOOL | positionIsWithinRegion (HPVector position, CollisionRegion *region) |
static BOOL | sphereIsWithinRegion (HPVector position, GLfloat rad, CollisionRegion *region) |
static BOOL | positionIsWithinBorders (HPVector position, CollisionRegion *region) |
Variables | |
static int | crid_counter = 1 |
|
static |
|
static |
|
static |
|
static |
Definition at line 46 of file CollisionRegion.m.
Referenced by CollisionRegion::addSubregionAtPosition:withRadius:.