|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPSZoneSphere Class ReferenceA sphere.
More...
#include <ps_zone.h>
Inheritance diagram for NL3D::CPSZoneSphere:
List of all members.
Detailed Description
A sphere.
Definition at line 199 of file ps_zone.h.
Constructor & Destructor Documentation
NL3D::CPSZoneSphere::CPSZoneSphere |
( |
|
) |
[inline] |
|
Member Function Documentation
void NL3D::CPSZoneSphere::deleteElement |
( |
uint32 |
index |
) |
[protected, virtual] |
|
|
Delete an element given its index Attributes of the located that hold this bindable (pos etc...) are still accessible for the given index.
index out of range -> nl_assert
Implements NL3D::CPSLocatedBindable.
Definition at line 517 of file ps_zone.cpp.
References _Radius, and index. |
CMatrix NL3D::CPSZoneSphere::getMatrix |
( |
uint32 |
index |
) |
const [virtual] |
|
CVector NL3D::CPSZoneSphere::getScale |
( |
uint32 |
k |
) |
const [virtual] |
|
void NL3D::CPSZoneSphere::newElement |
( |
CPSLocated * |
emitterLocated, |
|
|
uint32 |
emitterIndex |
|
) |
[protected, virtual] |
|
NL3D::CPSZoneSphere::NLMISC_DECLARE_CLASS |
( |
CPSZoneSphere |
|
) |
|
|
void NL3D::CPSZoneSphere::performMotion |
( |
TAnimationTime |
ellapsedTime |
) |
[virtual] |
|
void NL3D::CPSZoneSphere::resize |
( |
uint32 |
size |
) |
[protected, virtual] |
|
|
serialization, DERIVER must override this, and call the parent version.
Reimplemented from NL3D::CPSZone.
Definition at line 491 of file ps_zone.cpp. |
void NL3D::CPSZoneSphere::setScale |
( |
uint32 |
k, |
|
|
float |
scale |
|
) |
[virtual] |
|
void NL3D::CPSZoneSphere::show |
( |
TAnimationTime |
ellapsedTime |
) |
[virtual] |
|
virtual bool NL3D::CPSZoneSphere::supportUniformScaling |
( |
void |
|
) |
const [inline, virtual] |
|
|
Send back true if uniform scaling can be applied If it sends false, uniform scaling leads to undefine results.
Reimplemented from NL3D::IPSMover.
Definition at line 219 of file ps_zone.h. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|