![]() |
Public API Reference |
![]() |
This interface is implemented by the haze factory in order to be able to create the predefined haze hulls. More...
#include <imesh/haze.h>
Public Member Functions | |
virtual csRef< iHazeHullBox > | CreateBox (const csVector3 &min, const csVector3 &max) const =0 |
create a predefined hull: a box given min and max. | |
virtual csRef< iHazeHullCone > | CreateCone (int nr_sides, const csVector3 &start, const csVector3 &end, float srad, float erad) const =0 |
create a predefined hull: a cone |
This interface is implemented by the haze factory in order to be able to create the predefined haze hulls.
virtual csRef<iHazeHullBox> iHazeHullCreation::CreateBox | ( | const csVector3 & | min, |
const csVector3 & | max | ||
) | const [pure virtual] |
create a predefined hull: a box given min and max.
virtual csRef<iHazeHullCone> iHazeHullCreation::CreateCone | ( | int | nr_sides, |
const csVector3 & | start, | ||
const csVector3 & | end, | ||
float | srad, | ||
float | erad | ||
) | const [pure virtual] |
create a predefined hull: a cone