Collide shape interface.
Public Member Functions | |
| virtual iCollideShape * | Clone () const =0 |
| Create a clone of the shape. More... | |
| virtual eCollideShapeType | GetType () const =0 |
| Get the shape type. {Property}. More... | |
| virtual iDataTable * | GetDataTable () const =0 |
| Get the shape description datatable. {Property}. More... | |
| virtual void | SetMaterialID (tU32 anMatID)=0 |
| Set the shape's material id. {Property}. More... | |
| virtual tU32 | GetMaterialID () const =0 |
| Get the shape's material id. {Property}. More... | |
| virtual void | SetMargin (tF32 afMargin)=0 |
| Set the shape's margin. {Property}. More... | |
| virtual tF32 | GetMargin () const =0 |
| Get the shape's margin. {Property}. More... | |
| virtual sVec3f | GetCenter () const =0 |
| Get the shape's center. {Property}. More... | |
| virtual tF32 | GetRadius () const =0 |
| Get the shape's radius. {Property}. More... | |
| virtual sVec3f | GetMin () const =0 |
| Get the shape's axis aligned bounding box minimum. {Property}. More... | |
| virtual sVec3f | GetMax () const =0 |
| Get the shape's axis aligned bounding box maximum. {Property}. More... | |
| virtual sVec3f | GetSize () const =0 |
| Get the shape's size. {Property}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Create a clone of the shape.
|
pure virtual |
Get the shape type. {Property}.
|
pure virtual |
Get the shape description datatable. {Property}.
Set the shape's material id. {Property}.
|
pure virtual |
Get the shape's material id. {Property}.
Set the shape's margin. {Property}.
|
pure virtual |
Get the shape's margin. {Property}.
|
pure virtual |
Get the shape's center. {Property}.
|
pure virtual |
Get the shape's radius. {Property}.
|
pure virtual |
Get the shape's axis aligned bounding box minimum. {Property}.
|
pure virtual |
Get the shape's axis aligned bounding box maximum. {Property}.
|
pure virtual |
Get the shape's size. {Property}.
1.8.7