#include <v3_rnd.h>
Inherited by Vector3HollowSphereRandomizer, Vector3SolidBoxRandomizer, Vector3SolidCylinderRandomizer, and Vector3SolidSphereRandomizer.
Definition at line 57 of file v3_rnd.h.
◆ anonymous enum
| Enumerator |
|---|
| CLASSID_UNKNOWN | |
| CLASSID_SOLIDBOX | |
| CLASSID_SOLIDSPHERE | |
| CLASSID_HOLLOWSPHERE | |
| CLASSID_SOLIDCYLINDER | |
| CLASSID_MAXKNOWN | |
| CLASSID_LAST | |
Definition at line 61 of file v3_rnd.h.
◆ ~Vector3Randomizer()
| virtual Vector3Randomizer::~Vector3Randomizer |
( |
void | | ) |
|
|
inlinevirtual |
◆ Class_ID()
| virtual unsigned int Vector3Randomizer::Class_ID |
( |
void | | ) |
const |
|
pure virtual |
◆ Clone()
◆ Get_Maximum_Extent()
| virtual float Vector3Randomizer::Get_Maximum_Extent |
( |
void | | ) |
|
|
pure virtual |
◆ Get_Random_Float_0_To_1()
| float Vector3Randomizer::Get_Random_Float_0_To_1 |
( |
| ) |
|
|
inlineprotected |
◆ Get_Random_Float_Minus1_To_1()
| float Vector3Randomizer::Get_Random_Float_Minus1_To_1 |
( |
| ) |
|
|
inlineprotected |
◆ Get_Vector()
| virtual void Vector3Randomizer::Get_Vector |
( |
Vector3 & | vector | ) |
|
|
pure virtual |
◆ Scale()
| virtual void Vector3Randomizer::Scale |
( |
float | scale | ) |
|
|
pure virtual |
◆ OOIntMax
| const float Vector3Randomizer::OOIntMax = 1.0f / (float)INT_MAX |
|
staticprotected |
◆ OOUIntMax
| const float Vector3Randomizer::OOUIntMax = 1.0f / (float)UINT_MAX |
|
staticprotected |
◆ Randomizer
The documentation for this class was generated from the following files:
- Code/Libraries/Source/WWVegas/WWMath/v3_rnd.h
- Code/Libraries/Source/WWVegas/WWMath/v3_rnd.cpp