#include "linden_common.h"#include "lltut.h"#include "llprimlinkinfo.h"#include "llrand.h"

Go to the source code of this file.
Namespaces | |
| namespace | tut |
Classes | |
| struct | tut::linkable_data |
Typedefs | |
| typedef test_group< linkable_data > | tut::linkable_test |
| typedef linkable_test::object | tut::linkable_object |
Functions | |
| void | randomize_sphere (LLSphere &sphere, F32 center_range, F32 radius_range) |
| void | randomize_sphere (LLSphere &sphere, F32 center_range, F32 minimum_radius, F32 maximum_radius) |
| bool | random_sort (const LLPrimLinkInfo< S32 > &, const LLPrimLinkInfo< S32 > &b) |
| tut::linkable_test | tut::wtf ("prim linkability") |
| bool random_sort | ( | const LLPrimLinkInfo< S32 > & | , | |
| const LLPrimLinkInfo< S32 > & | b | |||
| ) |
Definition at line 57 of file prim_linkability_tut.cpp.
References ll_rand().

| void randomize_sphere | ( | LLSphere & | sphere, | |
| F32 | center_range, | |||
| F32 | minimum_radius, | |||
| F32 | maximum_radius | |||
| ) |
Definition at line 44 of file prim_linkability_tut.cpp.
References i, ll_frand(), LLVector3::mV, S32, LLSphere::setCenter(), and LLSphere::setRadius().

Definition at line 31 of file prim_linkability_tut.cpp.
References i, ll_frand(), LLVector3::mV, S32, LLSphere::setCenter(), and LLSphere::setRadius().

1.5.5