com.springrts.ai.oo
Interface CollisionVolume

All Known Implementing Classes:
ClbFeatureDefCollisionVolumeImpl, ClbUnitDefCollisionVolumeImpl

public interface CollisionVolume


Method Summary
 AIFloat3 getOffsets()
          The collision volume's offset relative to the unit's center position
 AIFloat3 getScales()
          The collision volume's full axis lengths.
 int getTest()
          Collission test algorithm used.
 String getType()
          The type of the collision volume's form.
 

Method Detail

getType

String getType()
The type of the collision volume's form.

Returns:
"Ell" "Cyl[T]" (where [T] is one of ['X', 'Y', 'Z']) "Box"

getScales

AIFloat3 getScales()
The collision volume's full axis lengths.


getOffsets

AIFloat3 getOffsets()
The collision volume's offset relative to the unit's center position


getTest

int getTest()
Collission test algorithm used.

Returns:
0: discrete 1: continuous