|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.springrts.ai.oo.ClbUnitDefCollisionVolumeImpl
public class ClbUnitDefCollisionVolumeImpl
Method Summary | |
---|---|
int |
compareTo(ClbUnitDefCollisionVolumeImpl other)
|
boolean |
equals(Object otherObject)
|
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. |
int |
getUnitDefId()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getUnitDefId()
public int compareTo(ClbUnitDefCollisionVolumeImpl other)
compareTo
in interface Comparable<ClbUnitDefCollisionVolumeImpl>
public boolean equals(Object otherObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public String getType()
getType
in interface CollisionVolume
public AIFloat3 getScales()
getScales
in interface CollisionVolume
public AIFloat3 getOffsets()
getOffsets
in interface CollisionVolume
public int getTest()
getTest
in interface CollisionVolume
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |