|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.springrts.ai.oo.ClbFeatureDefCollisionVolumeImpl
public class ClbFeatureDefCollisionVolumeImpl
Method Summary | |
---|---|
int |
compareTo(ClbFeatureDefCollisionVolumeImpl other)
|
boolean |
equals(Object otherObject)
|
int |
getFeatureDefId()
|
AIFloat3 |
getOffsets()
The collision volume's offset relative to the feature'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 |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getFeatureDefId()
public int compareTo(ClbFeatureDefCollisionVolumeImpl other)
compareTo
in interface Comparable<ClbFeatureDefCollisionVolumeImpl>
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 |