C# Class fBaseXtensions.Navigation.Gridpoint.GPArea

Show file Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3

Searches for a safespot!

GPArea ( System.Vector3 startingLocation ) : System
GridPointContained ( GridPoint point ) : bool

Private Methods

Method Description
BlacklistLastSafespot ( ) : void
GetGPRectContainingPoint ( GridPoint Point ) : GPRectangle
iterateGPRectsSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 &safespot, System.Vector3 LOS, PointCheckingFlags Flags ) : void

Method Details

AttemptFindSafeSpot() public method

Searches for a safespot!
public AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3
CurrentPosition System.Vector3
LOS System.Vector3
Flags PointCheckingFlags
return System.Vector3

GPArea() public method

public GPArea ( System.Vector3 startingLocation ) : System
startingLocation System.Vector3
return System

GridPointContained() public method

public GridPointContained ( GridPoint point ) : bool
point GridPoint
return bool