harmless change: added a missing vcg::
This commit is contained in:
parent
2e65cae10e
commit
33c341b464
|
@ -87,7 +87,7 @@ void GeneratePointInBox3Uniform(GeneratorType &rnd, const Box3<ScalarType> &bb,
|
|||
* Marsaglia, G. "Choosing a Point from the Surface of a Sphere." Ann. Math. Stat. 43, 645-646, 1972.
|
||||
*/
|
||||
template <class ScalarType, class GeneratorType>
|
||||
void GeneratePointOnUnitSphereUniform(GeneratorType &rnd, Point3<ScalarType> &p)
|
||||
void GeneratePointOnUnitSphereUniform(GeneratorType &rnd, vcg::Point3<ScalarType> &p)
|
||||
{
|
||||
double x,y,s;
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue