|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of csSphere in crystalspace.jbind.impl.csgeom.sphere |
Methods in crystalspace.jbind.impl.csgeom.sphere that return csSphere | |
csSphere |
csSphere.add(csSphere s)
Calculate the union of this sphere and another one. |
static csSphere |
csSphere.add(csSphere s1,
csSphere s2)
Calculate the union of two spheres. |
Methods in crystalspace.jbind.impl.csgeom.sphere with parameters of type csSphere | |
csSphere |
csSphere.add(csSphere s)
Calculate the union of this sphere and another one. |
static csSphere |
csSphere.add(csSphere s1,
csSphere s2)
Calculate the union of two spheres. |
Constructors in crystalspace.jbind.impl.csgeom.sphere with parameters of type csSphere | |
csSphere(csSphere s)
Copy Constructor. |
Uses of csSphere in crystalspace.jbind.impl.csgeom.transfrm |
Methods in crystalspace.jbind.impl.csgeom.transfrm that return csSphere | |
csSphere |
csTransform.other2This(csSphere s)
Convert a sphere in 'other' space to 'this' space. |
static csSphere |
csTransform.mul(csSphere s,
csTransform t)
Apply a transformation to a sphere. |
static csSphere |
csTransform.mul(csTransform t,
csSphere s)
Apply a transformation to a sphere. |
static csSphere |
csTransform.mule(csSphere s,
csTransform t)
Apply a transformation to a sphere. |
csSphere |
csReversibleTransform.this2Other(csSphere s)
Convert a sphere in 'this' space to 'other' space. |
static csSphere |
csReversibleTransform.div(csSphere p,
csReversibleTransform t)
Reverse a transformation on a sphere. |
Methods in crystalspace.jbind.impl.csgeom.transfrm with parameters of type csSphere | |
csSphere |
csTransform.other2This(csSphere s)
Convert a sphere in 'other' space to 'this' space. |
static csSphere |
csTransform.mul(csSphere s,
csTransform t)
Apply a transformation to a sphere. |
static csSphere |
csTransform.mul(csTransform t,
csSphere s)
Apply a transformation to a sphere. |
static csSphere |
csTransform.mule(csSphere s,
csTransform t)
Apply a transformation to a sphere. |
csSphere |
csReversibleTransform.this2Other(csSphere s)
Convert a sphere in 'this' space to 'other' space. |
static csSphere |
csReversibleTransform.div(csSphere p,
csReversibleTransform t)
Reverse a transformation on a sphere. |
Uses of csSphere in crystalspace.jbind.impl.engine.rview |
Methods in crystalspace.jbind.impl.engine.rview with parameters of type csSphere | |
boolean |
csRenderView.clipBSphere(csReversibleTransform o2c,
csSphere sphere,
int clip_portal,
int clip_plane,
int clip_z_plane)
|
boolean |
csRenderView.testBSphere(csReversibleTransform o2c,
csSphere sphere)
|
Uses of csSphere in crystalspace.jbind.impl.engine.viscul |
Methods in crystalspace.jbind.impl.engine.viscul with parameters of type csSphere | |
void |
csVisibilityCuller.visTest(csSphere sphere,
iVisibilityCullerListener viscallback)
|
iVisibilityObjectIterator |
csVisibilityCuller.visTest(csSphere sphere)
|
Uses of csSphere in crystalspace.jbind.interfaces.iengine.rview |
Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type csSphere | |
boolean |
iRenderView.clipBSphere(csReversibleTransform o2c,
csSphere sphere,
int clip_portal,
int clip_plane,
int clip_z_plane)
Check if the given bounding sphere(in object space coordinates) is visibile in this render view. |
boolean |
iRenderView.testBSphere(csReversibleTransform o2c,
csSphere sphere)
Test if the given bounding sphere(in object space coordinates) is visibile in this render view. |
Uses of csSphere in crystalspace.jbind.interfaces.iengine.viscul |
Methods in crystalspace.jbind.interfaces.iengine.viscul with parameters of type csSphere | |
void |
iVisibilityCuller.visTest(csSphere sphere,
iVisibilityCullerListener viscallback)
Notify the visibility callback of all objects that intersect with the given bounding sphere. |
iVisibilityObjectIterator |
iVisibilityCuller.visTest(csSphere sphere)
Mark all objects as visible that intersect with the given bounding sphere. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |