From 992a808685d6cbbd8524873d1f29b8a496c0b882 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Thu, 20 Nov 2008 17:00:30 +0000 Subject: [PATCH] --- vcg/complex/trimesh/point_sampling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/point_sampling.h b/vcg/complex/trimesh/point_sampling.h index 432a0f32..006dbac6 100644 --- a/vcg/complex/trimesh/point_sampling.h +++ b/vcg/complex/trimesh/point_sampling.h @@ -142,7 +142,7 @@ static void VertexWeighted(MetroMesh & m, VertexSampler &ps, int sampleNum) } } -/// Sample the vertices in a uniform way. Each vertex has a probabiltiy of being chosen +/// Sample the vertices in a uniform way. Each vertex has a probability of being chosen /// that is proportional to the area it represent. static void VertexAreaUniform(MetroMesh & m, VertexSampler &ps, int sampleNum) {