Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-27 14:35:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-27 14:35:39 +0400
commit47c373c7a970fa4bd26453a6e35a4b066f2b77e4 (patch)
tree43d916fb86bcf797afa834649706669694225fe8 /intern/decimation
parent120297734b4a01d93e5223e02f255b5aef01e281 (diff)
style cleanup (mostly whitespace)
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/intern/LOD_ExternNormalEditor.h2
-rw-r--r--intern/decimation/intern/LOD_FaceNormalEditor.h2
-rw-r--r--intern/decimation/intern/LOD_ManMesh2.h4
-rw-r--r--intern/decimation/intern/LOD_MeshPrimitives.h12
4 files changed, 10 insertions, 10 deletions
diff --git a/intern/decimation/intern/LOD_ExternNormalEditor.h b/intern/decimation/intern/LOD_ExternNormalEditor.h
index 1c637453467..52135196dc5 100644
--- a/intern/decimation/intern/LOD_ExternNormalEditor.h
+++ b/intern/decimation/intern/LOD_ExternNormalEditor.h
@@ -122,7 +122,7 @@ private :
MT_Vector3
ComputeNormal(
const LOD_TriFace &face
- ) const ;
+ ) const;
const
MT_Vector3
diff --git a/intern/decimation/intern/LOD_FaceNormalEditor.h b/intern/decimation/intern/LOD_FaceNormalEditor.h
index b2f941f990f..a221ab0bd7a 100644
--- a/intern/decimation/intern/LOD_FaceNormalEditor.h
+++ b/intern/decimation/intern/LOD_FaceNormalEditor.h
@@ -128,7 +128,7 @@ private :
MT_Vector3
ComputeNormal(
const LOD_TriFace &face
- ) const ;
+ ) const;
const
MT_Vector3
diff --git a/intern/decimation/intern/LOD_ManMesh2.h b/intern/decimation/intern/LOD_ManMesh2.h
index 63ea7912c2d..5d4e1aff4e6 100644
--- a/intern/decimation/intern/LOD_ManMesh2.h
+++ b/intern/decimation/intern/LOD_ManMesh2.h
@@ -76,11 +76,11 @@ public:
std::vector<LOD_Vertex> &
VertexSet(
- ) const ;
+ ) const;
std::vector<LOD_TriFace> &
FaceSet(
- ) const ;
+ ) const;
std::vector<LOD_Edge> &
EdgeSet(
diff --git a/intern/decimation/intern/LOD_MeshPrimitives.h b/intern/decimation/intern/LOD_MeshPrimitives.h
index a43e29f3fe7..ea2d157308b 100644
--- a/intern/decimation/intern/LOD_MeshPrimitives.h
+++ b/intern/decimation/intern/LOD_MeshPrimitives.h
@@ -50,7 +50,7 @@ public :
bool m_select_tag;
LOD_Vertex(
- ) ;
+ );
bool
RemoveEdge(
@@ -109,13 +109,13 @@ public :
LOD_FaceInd
OpFace(
LOD_FaceInd f
- ) const ;
+ ) const;
void
SwapFace(
LOD_FaceInd old_f,
LOD_FaceInd new_f
- ) ;
+ );
// return the half edge face - the half edge is defined
@@ -139,11 +139,11 @@ public :
SwapVertex(
LOD_VertexInd v_old,
LOD_VertexInd v_new
- ) ;
+ );
bool
SelectTag(
- ) const ;
+ ) const;
void
SetSelectTag(
@@ -157,7 +157,7 @@ public :
void
SetOpenTag(
int tag
- ) ;
+ );
bool
Degenerate(